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

◆ mpsl_clock_hfclk_src_is_running()

int32_t mpsl_clock_hfclk_src_is_running ( mpsl_clock_hfclk_src_t src,
uint32_t * p_is_running )

#include <mpsl/include/mpsl_clock.h>

Checks if the high frequency clock for a given source is running.

See also
mpsl_clock_hfclk_src_request
mpsl_clock_hfclk_src_release
Note
This API is not supported when an external clock driver has been registered. See also mpsl_clock_ctrl_source_register().
Parameters
[in]srcThe high frequency clock source to check.
[out]p_is_running1 if the high frequency clock is running, 0 if not.
Return values
0Success