nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ mpsl_fem_power_model_init_t

typedef void(* mpsl_fem_power_model_init_t) (const mpsl_fem_calibration_data_t *p_calibration_data)

#include <mpsl/fem/include/mpsl_fem_power_model.h>

Pointer to function to be used by MPSL to initialize the model.

When MPSL configures interface of the Front-End Module selected by the application, it retrieves and calculates data that might be useful to the power model. When it finishes, MPSL calls this function. As a result, this function can be used to initialize the power model and to utilize the data acquired by MPSL.

Note
This function is called before the main application starts.
Parameters
[in]p_calibration_dataPointer to calibration data relevant to the Front-End Module selected by the application. Lifetime of the object behind this pointer is limited to the duration of this function.