Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dio_bank0.h39 GPIO_FUNC_GPCK = 8, ///< Select GPCK as GPIO pin function enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dio_bank0.h40 GPIO_FUNC_GPCK = 9, ///< Select GPCK as GPIO pin function enumerator
/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h25 GPIO_FUNC_GPCK = 8, enumerator
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/
Dclocks.c261 gpio_set_function(gpio, GPIO_FUNC_GPCK); in clock_gpio_init_int_frac16()
324 gpio_set_function(gpio, GPIO_FUNC_GPCK); in clock_configure_gpin()