nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
fem_interface_api Struct Reference

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)
 

Detailed Description

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.


The documentation for this struct was generated from the following file: