Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_spi.h244 #define SPI_FLAG_CRCERR SPI_STAT_CRCERR /*!< CRC error flag… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_spi.h251 #define SPI_FLAG_CRCERR SPI_STAT_CRCERR /*!< CRC error flag… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_spi.h252 #define SPI_FLAG_CRCERR SPI_STAT_CRCERR /*!< CRC error flag… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_spi.h254 #define SPI_FLAG_CRCERR SPI_STAT_CRCERR /*!< CRC error flag… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_spi.h266 #define SPI_FLAG_CRCERR SPI_STAT_CRCERR /*!< CRC error flag… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_spi.c802 SPI_STAT(spi_periph) &= (uint32_t)(~SPI_FLAG_CRCERR); in spi_crc_error_clear()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_spi.h259 #define SPI_FLAG_CRCERR SPI_STAT_CRCERR /*!< CRC error flag… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_spi.h269 #define SPI_FLAG_CRCERR SPI_STAT_CRCERR /*!< CRC error flag… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_spi.c792 SPI_STAT(spi_periph) &= (uint32_t)(~SPI_FLAG_CRCERR); in spi_crc_error_clear()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_spi.c766 SPI_STAT(spi_periph) &= (uint32_t)(~SPI_FLAG_CRCERR); in spi_crc_error_clear()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_spi.c880 SPI_STAT(spi_periph) &= (uint32_t)(~SPI_FLAG_CRCERR); in spi_crc_error_clear()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_spi.h293 #define SPI_FLAG_CRCERR SPI_STAT_CRCERR /*!< CRC error flag… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/source/
Dgd32e10x_spi.c845 SPI_STAT(spi_periph) &= (uint32_t)(~SPI_FLAG_CRCERR); in spi_crc_error_clear()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_spi.c838 SPI_STAT(spi_periph) &= (uint32_t)(~SPI_FLAG_CRCERR); in spi_crc_error_clear()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_spi.c878 SPI_STAT(spi_periph) &= (uint32_t)(~SPI_FLAG_CRCERR); in spi_crc_error_clear()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_spi.c990 SPI_STAT(spi_periph) &= (uint32_t)(~SPI_FLAG_CRCERR); in spi_crc_error_clear()