AIROC™ BTSDK v4.0 - Documentation | ||||
List of parameters and defined functions needed to enable auto eLNA switch. More...
Functions | |
void | wiced_hal_rfm_auto_elna_enable (BOOL8 enabled, wiced_bt_gpio_numbers_t rx_pu_pin) |
Configures, enables, disables auto eLNA switch. More... | |
void | wiced_hal_rfm_auto_epa_enable (BOOL8 enabled, wiced_bt_gpio_numbers_t tx_pu_pin) |
Configures, enables, disables auto ePA switch. More... | |
List of parameters and defined functions needed to enable auto eLNA switch.
void wiced_hal_rfm_auto_elna_enable | ( | BOOL8 | enabled, |
wiced_bt_gpio_numbers_t | rx_pu_pin | ||
) |
Configures, enables, disables auto eLNA switch.
enable | - 1 enables auto eLNA switch, 0 disables auto eLNA switch |
rx_pu_pin | - GPIO number of RX_PU |
void wiced_hal_rfm_auto_epa_enable | ( | BOOL8 | enabled, |
wiced_bt_gpio_numbers_t | tx_pu_pin | ||
) |
Configures, enables, disables auto ePA switch.
enable | - 1 enables auto ePA switch, 0 disables auto ePA switch |
tx_pu_pin | - GPIO number of TX_PU |