Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dio_bank0.h41 GPIO_FUNC_NULL = 0x1f, ///< Select NULL as GPIO pin function enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dio_bank0.h45 GPIO_FUNC_NULL = 0x1f, ///< Select NULL as GPIO pin function enumerator
/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h27 GPIO_FUNC_NULL = 0xf, enumerator
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/include/hardware/
Dadc.h98 gpio_set_function(gpio, GPIO_FUNC_NULL); in adc_gpio_init()
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c293 gpio_set_function(gpio, GPIO_FUNC_NULL); in gpio_deinit()