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

◆ nrf_modem_dect_phy_init()

int nrf_modem_dect_phy_init ( const struct nrf_modem_dect_phy_init_params params)

#include <nrf_modem/include/nrf_modem_dect_phy.h>

Initialize DECT PHY interface.

This operation is asynchronous. The result of the operation is sent to the nrf_modem_dect_phy_callbacks::init callback.

Parameters
[in]paramsConfiguration parameters.
Return values
0Request was sent to modem.
-NRF_EPERMThe Modem library is not initialized.
-NRF_EFAULTCallback configuration is invalid, or params is NULL.
-NRF_ENOMEMNot enough shared memory for this request.