![]() |
nrfxlib API 3.3.99
|
| 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.
| [in] | src | The high frequency clock source to check. |
| [out] | p_is_running | 1 if the high frequency clock is running, 0 if not. |
| 0 | Success |