Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dio_bank0.h36 GPIO_FUNC_SIO = 5, ///< Select SIO as GPIO pin function enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dio_bank0.h36 GPIO_FUNC_SIO = 5, ///< Select SIO as GPIO pin function enumerator
/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h22 GPIO_FUNC_SIO = 5, enumerator
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c289 gpio_set_function(gpio, GPIO_FUNC_SIO); in gpio_init()