Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_spi.h86 #define SPI_CTL1_TXDMA_ODD BIT(14) /*!< Odd bytes in T… macro
208 #define SPI_TXDMA_ODD SPI_CTL1_TXDMA_ODD /*!< SPI number of …
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_spi.c757 SPI_CTL1(spi_periph) &= (uint32_t)(~SPI_CTL1_TXDMA_ODD); in spi_transmit_odd_config()