nRF Connect SDK API 2.8.99
|
Front-end module interface definition. This file defines interface for Front-end module specific behaviors which are not covered by the MPSL FEM API. This API is intended to be used to implement additional features specific for given Front-end module. More...
#include <fem_interface.h>
Data Fields | |
int(* | power_up )(void) |
int(* | power_down )(void) |
int(* | tx_power_control_validate )(fem_tx_power_control tx_power_control) |
int8_t(* | default_tx_output_power_get )(void) |
uint32_t(* | default_active_delay_calculate )(bool rx, nrf_radio_mode_t mode) |
int(* | antenna_select )(enum fem_antenna ant) |
Front-end module interface definition. This file defines interface for Front-end module specific behaviors which are not covered by the MPSL FEM API. This API is intended to be used to implement additional features specific for given Front-end module.
The API structure of the front-end module interface.