Searched refs:NRFX_CLOCK_CONFIG_CT_ENABLED (Results 1 – 9 of 9) sorted by relevance
114 #if !defined(NRFX_CLOCK_CONFIG_CT_ENABLED) && NRF_CLOCK_HAS_CALIBRATION_TIMER115 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro118 #if NRFX_CHECK(NRFX_CLOCK_CONFIG_CT_ENABLED) && !NRF_CLOCK_HAS_CALIBRATION_TIMER494 NRFX_CHECK(NRFX_CLOCK_CONFIG_CT_ENABLED) && NRF_CLOCK_HAS_CALIBRATION_TIMER in nrfx_clock_calibration_timer_start()507 NRFX_CHECK(NRFX_CLOCK_CONFIG_CT_ENABLED) && NRF_CLOCK_HAS_CALIBRATION_TIMER in nrfx_clock_calibration_timer_stop()642 #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
140 - Introduced the NRFX_CLOCK_CONFIG_CT_ENABLED symbol for enabling the calibration timer support in …