Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dresets.h36 RESET_IO_QSPI = 6, ///< Select IO_QSPI to be reset enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dresets.h37 RESET_IO_QSPI = 7, ///< Select IO_QSPI to be reset enumerator
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init.c63 (1u << RESET_IO_QSPI) | in runtime_init_early_resets()