nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_modem_dect_phy_deinit()

int nrf_modem_dect_phy_deinit ( void )

#include <nrf_modem/include/nrf_modem_dect_phy.h>

Deinitialize the DECT PHY interface.

Deinitialize the DECT PHY interface and all associated hardware resources. This implicitly cancels all operations, both executing or scheduled for execution.

This operation is performed asynchronously. Completion of this operation is indicated by the NRF_MODEM_DECT_PHY_EVT_DEINIT event.

Return values
0Request was sent to modem.
-NRF_EPERMThe Modem library is not initialized.
-NRF_EFAULTNo event handler is set.
-NRF_ENOMEMNot enough shared memory for this request.