Home
last modified time | relevance | path

Searched refs:RESET_PADS_QSPI (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dresets.h39 RESET_PADS_QSPI = 9, ///< Select PADS_QSPI to be reset enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dresets.h40 RESET_PADS_QSPI = 10, ///< Select PADS_QSPI to be reset enumerator
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init.c64 (1u << RESET_PADS_QSPI) | in runtime_init_early_resets()