nrfxlib API 2.8.99
|
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.
[in] | p_calibration_data | Pointer 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. |