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

◆ nrf_modem_dect_clock_sync_enable_ref_output()

int nrf_modem_dect_clock_sync_enable_ref_output ( void )

#include <nrf_modem/include/nrf_modem_dect_clock_sync.h>

Enable external clock synchronization reference output.

When reference output is enabled, the modem outputs a signal on COEX1 pin. The output signal is sent once per second as seen in modem internal time. The output signal has 100 ms pulse width.

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