Home
last modified time | relevance | path

Searched refs:pull_down_en (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/driver/gpio/include/driver/
Dgpio.h49 gpio_pulldown_t pull_down_en; /*!< GPIO pull-down */ member
/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c247 .pull_down_en = GPIO_PULLDOWN_DISABLE, in esp_coexist_debug_init()
/hal_espressif-latest/components/esp_adc/
Dadc_oneshot.c270 .pull_down_en = GPIO_PULLDOWN_DISABLE, in s_adc_io_init()
/hal_espressif-latest/components/driver/gpio/
Dgpio.c403 if (pGPIOConfig->pull_down_en) { in gpio_config()
446 .pull_down_en = false, in gpio_reset_pin()