Searched refs:SPI_CTL1_RXDMA_ODD (Results 1 – 2 of 2) sorted by relevance
85 #define SPI_CTL1_RXDMA_ODD BIT(13) /*!< Odd bytes in R… macro212 #define SPI_RXDMA_ODD SPI_CTL1_RXDMA_ODD /*!< SPI number of …
775 SPI_CTL1(spi_periph) &= (uint32_t)(~SPI_CTL1_RXDMA_ODD); in spi_receive_odd_config()