Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_spi.h84 #define SPI_CTL1_BYTEN BIT(12) /*!< Byte access en… macro
204 #define SPI_BYTE_ACCESS SPI_CTL1_BYTEN /*!< SPI byte acces…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_spi.c739 SPI_CTL1(spi_periph) &= (uint32_t)(~SPI_CTL1_BYTEN); in spi_fifo_access_size_config()