Home
last modified time | relevance | path

Searched refs:gpio_ll_pulldown_is_enabled (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/
Dgpio_hal_workaround.c62 if (gpio_ll_pulldown_is_enabled(hal->dev, gpio_num)) { in gpio_hal_fun_pupd_backup()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dgpio_ll.h108 static inline bool gpio_ll_pulldown_is_enabled(gpio_dev_t *hw, gpio_num_t gpio_num) in gpio_ll_pulldown_is_enabled() function