Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dresets.h46 RESET_SPI0 = 16, ///< Select SPI0 to be reset enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dresets.h48 RESET_SPI0 = 18, ///< Select SPI0 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.c81 (1u << RESET_SPI0) | in runtime_init_early_resets()