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

◆ mpsl_clock_ctrl_source_unregister()

int32_t mpsl_clock_ctrl_source_unregister ( void )

#include <mpsl/include/mpsl_clock.h>

Unregisters external clock driver from MPSL.

The function shall not be called when MPSL is initialized.

Note
The API must be called after the mpsl_uninit() to disable MPSL use external clock driver.

The API is supported for nRF54h series. It is experimental for nRF52, nRF53 series.

Return values
0Clock control API is successfully unregistered.
-NRF_EPERMClock control module is still initialized.