Searched refs:NRFX_CLOCK_CONFIG_CT_ENABLED (Results 1 – 10 of 10) sorted by relevance
118 #if !defined(NRFX_CLOCK_CONFIG_CT_ENABLED) && NRF_CLOCK_HAS_CALIBRATION_TIMER119 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro122 #if NRFX_CHECK(NRFX_CLOCK_CONFIG_CT_ENABLED) && !NRF_CLOCK_HAS_CALIBRATION_TIMER652 #if NRF_CLOCK_HAS_CALIBRATION_TIMER && NRFX_CHECK(NRFX_CLOCK_CONFIG_CT_ENABLED)808 #if NRF_CLOCK_HAS_CALIBRATION_TIMER && NRFX_CHECK(NRFX_CLOCK_CONFIG_CT_ENABLED) in nrfx_clock_irq_handler()
89 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED90 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
297 #if (NRF_CLOCK_HAS_CALIBRATION_TIMER && NRFX_CHECK(NRFX_CLOCK_CONFIG_CT_ENABLED)) || \
342 - Introduced the NRFX_CLOCK_CONFIG_CT_ENABLED symbol for enabling the calibration timer support in …