Home
last modified time | relevance | path

Searched defs:gpio_put (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/host/hardware_gpio/
Dgpio.c113 void gpio_put(uint gpio, int value) { in gpio_put() function
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h1145 static inline void gpio_put(uint gpio, bool value) { in gpio_put() function