![]() |
nrfxlib API 3.3.99
|
Type representing LFCLK clock handling external API that is expected by MPSL to be delivered on init. More...
#include <mpsl_clock.h>
Data Fields | |
| int32_t(* | lfclk_wait )(void) |
| Pointer to function that waits for LFCLK to be started. | |
| void(* | lfclk_calibration_start )(void) |
| Pointer to function that triggers LFCLK callibration start. | |
| bool(* | lfclk_calibration_is_enabled )(void) |
| Pointer to function that checks if LFCLK callibration is enabled. | |
| int32_t(* | lfclk_request )(void) |
| Pointer to function that requests LFCLK. | |
| int32_t(* | lfclk_release )(void) |
| Pointer to function that releases LFCLK. | |
| uint16_t | accuracy_ppm |
| Value of available LFCLK accuracy. | |
| bool | skip_wait_lfclk_started |
| Determines whether MPSL waits for the low frequency clock to start during initialization or not. If it is set to true, MPSL will wait for the low frequency clock later, before the low frequency clock is used for the first time. | |
Type representing LFCLK clock handling external API that is expected by MPSL to be delivered on init.