Home
last modified time | relevance | path

Searched refs:gpio_drive_strength (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h35 enum gpio_drive_strength { enum
80 void gpio_set_drive_strength(uint gpio, enum gpio_drive_strength drive);
82 enum gpio_drive_strength gpio_get_drive_strength(uint gpio);
/hal_rpi_pico-latest/src/host/hardware_gpio/
Dgpio.c62 void gpio_set_drive_strength(uint gpio, enum gpio_drive_strength drive){ in gpio_set_drive_strength()
66 enum gpio_drive_strength gpio_get_drive_strength(uint gpio){ in gpio_get_drive_strength()
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c138 void gpio_set_drive_strength(uint gpio, enum gpio_drive_strength drive) { in gpio_set_drive_strength()
146 enum gpio_drive_strength gpio_get_drive_strength(uint gpio) { in gpio_get_drive_strength()
148 return (enum gpio_drive_strength)((pads_bank0_hw->io[gpio] in gpio_get_drive_strength()
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h232 enum gpio_drive_strength { enum
430 void gpio_set_drive_strength(uint gpio, enum gpio_drive_strength drive);
439 enum gpio_drive_strength gpio_get_drive_strength(uint gpio);