nrfxlib API 2.8.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. The callback will be executed in the context as mpsl_low_priority_process. |
0 | Success |