![]() |
nrfxlib API 3.3.99
|
Macros | |
| #define | MPSL_FEM_NRF2220_PA_POWER_CONTROL_USE_TRANSMIT 0x01U |
Bit mask of mpsl_fem_pa_power_control_t for transmission involving transition to "transmit" state. If set the "transmit" state is used during transmission. If cleared the "bypass" state is used during transmission. | |
Typedefs | |
| typedef void(* | mpsl_fem_nrf2220_temperature_update_callback_t) (int32_t res) |
| Type of callback function called as a result of mpsl_fem_nrf2220_temperature_changed_update_request. | |
Functions | |
| bool | mpsl_fem_nrf2220_temperature_changed (int8_t temperature) |
| Notifies the nRF2220 software module about the temperature change of the nRF2220 device. | |
| int32_t | mpsl_fem_nrf2220_temperature_changed_update_request (mpsl_fem_nrf2220_temperature_update_callback_t p_callback) |
| Requests an update of temperature-related registers of nRF2220. | |
| int32_t | mpsl_fem_nrf2220_temperature_changed_update_now (void) |
| Performs an immediate update of temperature-related registers of the nRF2220. | |