Home
last modified time | relevance | path

Searched refs:ETS_LEDC_INTR_SOURCE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dperiph_defs.h76 ETS_LEDC_INTR_SOURCE, /**< interrupt of LED PWM, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dperiph_defs.h76 ETS_LEDC_INTR_SOURCE, /**< interrupt of LED PWM, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dperiph_defs.h92 ETS_LEDC_INTR_SOURCE = 45, /**< interrupt of LED PWM, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dperiph_defs.h92 ETS_LEDC_INTR_SOURCE = 35, /**< interrupt of LED PWM, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h325 #define ETS_LEDC_INTR_SOURCE 43/**< interrupt of LED PWM, level*/ macro
/hal_espressif-3.6.0/components/driver/
Dledc.c256 ret = esp_intr_alloc(ETS_LEDC_INTR_SOURCE, intr_alloc_flags, fn, arg, handle); in ledc_isr_register()