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

◆ nrf_modem_dect_clock_sync_disable()

int nrf_modem_dect_clock_sync_disable ( void )

#include <nrf_modem/include/nrf_modem_dect_clock_sync.h>

Disable external clock synchronization.

Once complete, the modem's clock will not be synchronized to the external clock signal anymore.

This operation is performed asynchronously. Completion of this operation is indicated by the NRF_MODEM_DECT_CLOCK_SYNC_EVT_DISABLE 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.