nrfxlib API 2.8.99
|
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.
[in] | params | Configuration parameters. |
0 | Request was sent to modem. |
-NRF_EPERM | The Modem library is not initialized. |
-NRF_EFAULT | Callback configuration is invalid, or params is NULL . |
-NRF_ENOMEM | Not enough shared memory for this request. |