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

◆ nrf_modem_dect_clock_sync_get_pulse_info()

int nrf_modem_dect_clock_sync_get_pulse_info ( enum nrf_modem_dect_clock_sync_pulse_direction direction)

#include <nrf_modem/include/nrf_modem_dect_clock_sync.h>

Query the modem for the next synchronization signal.

Can be used to query when the next synchronization signal is expected to happen.

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

Parameters
directionDirection of the pulse to query information about.
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.