Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dgpio_hal.h412 #define gpio_hal_sleep_output_disable(hal, gpio_num) gpio_ll_sleep_output_disable((hal)->dev, gpio_…
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dgpio_ll.h384 static inline void gpio_ll_sleep_output_disable(gpio_dev_t *hw, gpio_num_t gpio_num) in gpio_ll_sleep_output_disable() function