Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_spi.h85 #define SPI_CTL1_RXDMA_ODD BIT(13) /*!< Odd bytes in R… macro
212 #define SPI_RXDMA_ODD SPI_CTL1_RXDMA_ODD /*!< SPI number of …
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_spi.c775 SPI_CTL1(spi_periph) &= (uint32_t)(~SPI_CTL1_RXDMA_ODD); in spi_receive_odd_config()