Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dresets.h47 RESET_SPI1 = 17, ///< Select SPI1 to be reset enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dresets.h49 RESET_SPI1 = 19, ///< Select SPI1 to be reset enumerator
/hal_rpi_pico-latest/src/rp2_common/hardware_spi/
Dspi.c13 reset_block_num(spi == spi0 ? RESET_SPI0 : RESET_SPI1); in spi_reset()
18 unreset_block_num_wait_blocking(spi == spi0 ? RESET_SPI0 : RESET_SPI1); in spi_unreset()
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init.c82 (1u << RESET_SPI1) | in runtime_init_early_resets()