Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_spi/
A Dspi.c13 reset_block(spi == spi0 ? RESETS_RESET_SPI0_BITS : RESETS_RESET_SPI1_BITS); in spi_reset()
18 unreset_block_wait(spi == spi0 ? RESETS_RESET_SPI0_BITS : RESETS_RESET_SPI1_BITS); in spi_unreset()
/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c86 RESETS_RESET_SPI0_BITS | in runtime_init()
/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/
A Dresets.h89 #define RESETS_RESET_SPI0_BITS _u(0x00010000) macro

Completed in 7 milliseconds