![]() |
nrfxlib API 3.3.99
|
| int32_t mpsl_clock_hfclk_request | ( | mpsl_clock_hfclk_callback_t | hfclk_started_callback | ) |
#include <mpsl/include/mpsl_clock.h>
Request the high frequency crystal oscillator.
Will start the high frequency crystal oscillator, the startup time of the crystal varies and the mpsl_clock_hfclk_is_running function can be polled to check if it has started.
| [in] | hfclk_started_callback | Function to be called when the high frequency clock is started. On nRF54L series SoCs the callback is called when the clock has started and is stable (EVENT_XOTUNED has occurred). The callback will be executed in the context as mpsl_low_priority_process. |
| 0 | Success |