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

◆ mpsl_clock_hfclk_is_running()

int32_t mpsl_clock_hfclk_is_running ( uint32_t * p_is_running)

#include <mpsl/include/mpsl_clock.h>

Checks if the high frequency crystal oscillator is running.

Deprecated
Use mpsl_clock_hfclk_src_is_running instead. This function will be removed in a future release.
See also
mpsl_clock_hfclk_request
mpsl_clock_hfclk_release
Note
This API is not supported when an external clock driver has been registered. See also mpsl_clock_ctrl_source_register().
Parameters
[out]p_is_running1 if the external crystal oscillator is running, 0 if not.
Return values
0Success