|
dragoon
4383
|
Type representing LFCLK oscillator source. More...
#include <nrf_sdm.h>
Data Fields | |
| uint8_t | source |
| uint8_t | rc_ctiv |
| uint8_t | rc_temp_ctiv |
| uint8_t | accuracy |
| uint8_t nrf_clock_lf_cfg_t::accuracy |
External clock accuracy used in the LL to compute timing windows, see Clock accuracy.
| uint8_t nrf_clock_lf_cfg_t::rc_ctiv |
Only for NRF_CLOCK_LF_SRC_RC: Calibration timer interval in 1/4 second units (nRF51: 1-64, nRF52: 1-32).
| uint8_t nrf_clock_lf_cfg_t::rc_temp_ctiv |
Only for NRF_CLOCK_LF_SRC_RC: How often (in number of calibration intervals) the RC oscillator shall be calibrated if the temperature hasn't changed. 0: Always calibrate even if the temperature hasn't changed. 1: Only calibrate if the temperature has changed (nRF51 only). 2-33: Check the temperature and only calibrate if it has changed, however calibration will take place every rc_temp_ctiv intervals in any case.
| uint8_t nrf_clock_lf_cfg_t::source |
LF oscillator clock source, see Possible LFCLK oscillator sources.