Lines Matching +full:clock +full:- +full:frequency
1 # Clock controller driver configuration options
4 # SPDX-License-Identifier: Apache-2.0
11 of the clock control driver.
14 bool "NRF Clock controller support"
20 Enable support for the Nordic Semiconductor nRFxx series SoC clock
30 prompt "32KHz clock source"
58 bool "LF clock calibration"
62 If calibration is disabled when RC is used for low frequency clock then
63 accuracy of the low frequency clock will degrade. Disable on your own
74 Enabling indicates that calibration is performed by the clock control driver.
77 bool "LF clock is always on"
80 If RTC is used as system timer then LF clock is always on and handling
88 temperature measurement followed by clock calibration. Calibration may
132 prompt "32KHz clock accuracy"
177 bool "nRF clock control support"
184 Support for nRF clock control devices.
193 int "Timeout waiting for nrfs clock service callback in milliseconds"
197 bool "Clock control for global HSFLL"
204 int "Frequency request timeout in milliseconds"
208 bool "Request LOW frequency on init"
211 The GDFS service will default to HIGH frequency until it receives
212 a lower frequency request. The NRF2 clock controller drivers
213 expect the clock to be initialized to their lowest frequency, so
215 clock controller driver.
218 unnecessary HIGH -> LOW -> HIGH cycle given some module will
219 request a HIGH frequency on init anyway.