16#ifndef MPSL_FEM_NRF2220_PROTOCOL_API_H__
17#define MPSL_FEM_NRF2220_PROTOCOL_API_H__
30#define MPSL_FEM_NRF2220_PA_POWER_CONTROL_USE_TRANSMIT 0x01U
bool mpsl_fem_nrf2220_temperature_changed(int8_t temperature)
Notifies the nRF2220 software module about the temperature change of the nRF2220 device.
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.
Definition mpsl_fem_nrf2220_protocol_api.h:63
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.