Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dgpio_hal.c34 void gpio_hal_hysteresis_soft_enable(gpio_hal_context_t *hal, uint32_t gpio_num, bool enable) in gpio_hal_hysteresis_soft_enable() function
/hal_espressif-latest/components/hal/include/hal/
Dgpio_hal.h527 void gpio_hal_hysteresis_soft_enable(gpio_hal_context_t *hal, uint32_t gpio_num, bool enable);
/hal_espressif-latest/components/driver/gpio/
Dgpio.c255 gpio_hal_hysteresis_soft_enable(gpio_context.gpio_hal, gpio_num, true); in gpio_hysteresis_enable()
261 gpio_hal_hysteresis_soft_enable(gpio_context.gpio_hal, gpio_num, false); in gpio_hysteresis_disable()