Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_spi/include/hardware/
Dspi.h104 #ifndef SPI_NUM
106 #define SPI_NUM(spi) ((spi) == spi1) macro
135 #define SPI_DREQ_NUM(spi, is_tx) (DREQ_SPI0_TX + SPI_NUM(spi) * 2 + !(is_tx))
220 return SPI_NUM(spi); in spi_get_index()