Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h173 #define SOC_DEDIC_GPIO_OUT_AUTO_ENABLE (1) /*!< Dedicated GPIO output attribution is enabled autom… macro
DKconfig.soc_caps.in366 config SOC_DEDIC_GPIO_OUT_AUTO_ENABLE config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h177 #define SOC_DEDIC_GPIO_OUT_AUTO_ENABLE (1) /*!< Dedicated GPIO output attribution is enabled autom… macro
DKconfig.soc_caps.in418 config SOC_DEDIC_GPIO_OUT_AUTO_ENABLE config
/hal_espressif-latest/components/driver/gpio/
Ddedic_gpio.c273 #if !SOC_DEDIC_GPIO_OUT_AUTO_ENABLE in dedic_gpio_new_bundle()