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

◆ mpsl_fem_init()

void mpsl_fem_init ( void  )

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

Initializes API of MPSL FEM.

Note
This function must be called before any protocol driver calls MPSL FEM protocol API. It must be called even if no FEM is selected explicitly. In such case none FEM implementation is implicitly used. Call to Initialization API of MPSL FEM ensures that modules which are needed by FEM are properly initialized.
This function does not need to be called if mpsl_init is called.