Home
last modified time | relevance | path

Searched refs:SOC_TIMER_GROUP_TIMERS_PER_GROUP (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/driver/
Dtimer_types_legacy.h34 #if SOC_TIMER_GROUP_TIMERS_PER_GROUP > 1
45 #if SOC_TIMER_GROUP_TIMERS_PER_GROUP > 1
/hal_espressif-latest/components/soc/include/soc/
Dtimer_periph.h22 const int timer_irq_id[SOC_TIMER_GROUP_TIMERS_PER_GROUP]; // interrupt source ID
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h248 #define SOC_TIMER_GROUP_TIMERS_PER_GROUP (1U) macro
DKconfig.soc_caps.in506 config SOC_TIMER_GROUP_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h298 #define SOC_TIMER_GROUP_TIMERS_PER_GROUP (2) macro
DKconfig.soc_caps.in610 config SOC_TIMER_GROUP_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h307 #define SOC_TIMER_GROUP_TIMERS_PER_GROUP (2) macro
DKconfig.soc_caps.in698 config SOC_TIMER_GROUP_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h331 #define SOC_TIMER_GROUP_TIMERS_PER_GROUP (1U) macro
DKconfig.soc_caps.in730 config SOC_TIMER_GROUP_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h401 #define SOC_TIMER_GROUP_TIMERS_PER_GROUP (1U) macro
DKconfig.soc_caps.in946 config SOC_TIMER_GROUP_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h336 #define SOC_TIMER_GROUP_TIMERS_PER_GROUP (2) macro
DKconfig.soc_caps.in826 config SOC_TIMER_GROUP_TIMERS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h414 #define SOC_TIMER_GROUP_TIMERS_PER_GROUP (1U) macro
DKconfig.soc_caps.in950 config SOC_TIMER_GROUP_TIMERS_PER_GROUP config
/hal_espressif-latest/components/driver/deprecated/
Dtimer_legacy.c402 #if SOC_TIMER_GROUP_TIMERS_PER_GROUP > 1 in timer_group_get_intr_status_in_isr()