Home
last modified time | relevance | path

Searched refs:SOC_DEDIC_GPIO_OUT_AUTO_ENABLE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h122 #define SOC_DEDIC_GPIO_OUT_AUTO_ENABLE (1) /*!< Dedicated GPIO output attribution is enabled autom… macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h103 #define SOC_DEDIC_GPIO_OUT_AUTO_ENABLE (1) /*!< Dedicated GPIO output attribution is enabled autom… macro
/hal_espressif-3.4.0/components/driver/
Ddedic_gpio.c270 #if !SOC_DEDIC_GPIO_OUT_AUTO_ENABLE in dedic_gpio_new_bundle()