nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ MPSL_TIMESLOT_HFCLK_CFG

#include <mpsl/include/mpsl_timeslot.h>

Timeslot high frequency clock source configuration.

Enumerator
MPSL_TIMESLOT_HFCLK_CFG_XTAL_GUARANTEED 

The high frequency clock source is the external crystal for the whole duration of the timeslot. This should be the preferred option for events that use the radio or require high timing accuracy.

Note
The external crystal will automatically be turned on and off at the beginning and end of the timeslot.
MPSL_TIMESLOT_HFCLK_CFG_NO_GUARANTEE 

This configuration allows for earlier and tighter scheduling of timeslots. The RC oscillator may be the clock source in part or for the whole duration of the timeslot. The RC oscillator's accuracy must therefore be taken into consideration.

Note
If the application will use the radio peripheral in timeslots with this configuration, it must ensure that the crystal is running and stable before starting the radio.