![]() |
nrfxlib API 3.3.99
|
| int nrf_modem_dect_clock_sync_disable_ref_output | ( | void | ) |
#include <nrf_modem/include/nrf_modem_dect_clock_sync.h>
Disable external clock synchronization reference output.
Once complete, the modem will not output the reference signal on COEX1 pin anymore.
This operation is performed asynchronously. Completion of this operation is indicated by the NRF_MODEM_DECT_CLOCK_SYNC_EVT_DISABLE_REF_OUTPUT event.
| 0 | Request was sent to modem. |
| -NRF_EPERM | The Modem library is not initialized. |
| -NRF_EFAULT | No event handler is set. |
| -NRF_ENOMEM | Not enough shared memory for this request. |