Home
last modified time | relevance | path

Searched refs:NRFX_CLOCK_CONFIG_CT_ENABLED (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_clock.c114 #if !defined(NRFX_CLOCK_CONFIG_CT_ENABLED) && NRF_CLOCK_HAS_CALIBRATION_TIMER
115 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
118 #if NRFX_CHECK(NRFX_CLOCK_CONFIG_CT_ENABLED) && !NRF_CLOCK_HAS_CALIBRATION_TIMER
494 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()
/hal_nordic-3.4.0/nrfx/templates/
Dnrfx_config_nrf52805.h89 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED
90 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
Dnrfx_config_nrf52810.h89 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED
90 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
Dnrfx_config_nrf52811.h89 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED
90 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
Dnrfx_config_nrf52820.h89 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED
90 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
Dnrfx_config_nrf52832.h89 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED
90 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
Dnrfx_config_nrf52833.h89 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED
90 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
Dnrfx_config_nrf52840.h89 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED
90 #define NRFX_CLOCK_CONFIG_CT_ENABLED 1 macro
/hal_nordic-3.4.0/nrfx/
DCHANGELOG.md140 - Introduced the NRFX_CLOCK_CONFIG_CT_ENABLED symbol for enabling the calibration timer support in …