35#if defined(NRF52_SERIES)
36 MPSL_CLOCK_LF_SRC_EXT_LOW_SWING = 3,
38 MPSL_CLOCK_LF_SRC_EXT_FULL_SWING = 4,
45#define MPSL_RECOMMENDED_RC_CTIV 16
48#define MPSL_RECOMMENDED_RC_TEMP_CTIV 2
51#define MPSL_DEFAULT_CLOCK_ACCURACY_PPM 250
54#define MPSL_DEFAULT_SKIP_WAIT_LFCLK_STARTED false
void mpsl_clock_task_trigger_on_rtc_start_set(uint32_t task_address)
Trigger a task upon start of the RTC.
MPSL_CLOCK_LF_SRC
Low frequency clock source.
Definition mpsl_clock.h:31
@ MPSL_CLOCK_LF_SRC_XTAL
Definition mpsl_clock.h:33
@ MPSL_CLOCK_LF_SRC_RC
Definition mpsl_clock.h:32
@ MPSL_CLOCK_LF_SRC_SYNTH
Definition mpsl_clock.h:34
void(* mpsl_clock_hfclk_callback_t)(void)
High frequency clock callback.
Definition mpsl_clock.h:129
int32_t mpsl_clock_hfclk_latency_set(uint16_t hfclk_rampup_time_us)
Informs MPSL about the actual ramp-up time of the high-frequency crystal oscillator.
int32_t mpsl_clock_hfclk_request(mpsl_clock_hfclk_callback_t hfclk_started_callback)
Request the high frequency crystal oscillator.
mpsl_clock_hfclk_latency_config_t
Definition mpsl_clock.h:118
@ MPSL_CLOCK_HF_LATENCY_WORST_CASE
Definition mpsl_clock.h:121
@ MPSL_CLOCK_HF_LATENCY_BEST
Definition mpsl_clock.h:119
@ MPSL_CLOCK_HF_LATENCY_TYPICAL
Definition mpsl_clock.h:120
int32_t mpsl_clock_hfclk_is_running(uint32_t *p_is_running)
Checks if the high frequency crystal oscillator is running.
int32_t mpsl_clock_hfclk_release(void)
Releases the high frequency crystal oscillator.
uint8_t rc_temp_ctiv
Definition mpsl_clock.h:94
uint8_t source
Definition mpsl_clock.h:60
uint16_t accuracy_ppm
Definition mpsl_clock.h:99
uint8_t rc_ctiv
Definition mpsl_clock.h:71
bool skip_wait_lfclk_started
Definition mpsl_clock.h:113
Type representing LFCLK oscillator source.
Definition mpsl_clock.h:58