/* BLE pa control config struct */
typedef struct? tag_ble_pa_control_config
{
? u32 txEnableGPIO;? ? ? ? // tx enable gpio register
? u32 txDisableGPIO;? ? ? ?// tx disable gpio register
? u32 tx_pin;? ? ? ? ? ? ? // tx pin define
? u32 rxEnableGPIO;? ? ? ? // rx enable gpio register
? u32 rxDisableGPIO;? ? ? ?// rx disable gpio register
? u32 rx_pin;? ? ? ? ? ? ? // tx pin define
}blePaControlConfig_t;