Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_gpio/
Dgpio.c46 void gpio_set_input_hysteresis_enabled(uint gpio, bool enabled){ in gpio_set_input_hysteresis_enabled() function
/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h72 void gpio_set_input_hysteresis_enabled(uint gpio, bool enabled);
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c106 void gpio_set_input_hysteresis_enabled(uint gpio, bool enabled) { in gpio_set_input_hysteresis_enabled() function
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h395 void gpio_set_input_hysteresis_enabled(uint gpio, bool enabled);
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.c149 gpio_set_input_hysteresis_enabled(CYW43_PIN_WL_DATA_IN, true); in cyw43_spi_init()