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

◆ mpsl_clock_hfclk_request_callback_t

typedef void(* mpsl_clock_hfclk_request_callback_t) (mpsl_clock_evt_type_t evt_type)

#include <mpsl/include/mpsl_clock.h>

High frequency clock callback.

This callback will be called when the high frequency clock is started. It will be executed in the same execution priority as mpsl_low_priority_process.

For list of event types that can be provided to this callback, see mpsl_clock_evt_type_t.

Parameters
[in]evt_typeThe event type that occurred.