Searched refs:SPI_CR1_CRCL (Results 1 – 4 of 4) sorted by relevance
277 #define LL_SPI_CRC_16BIT (SPI_CR1_CRCL) /*!< 16-bit CRC length */756 MODIFY_REG(SPIx->CR1, SPI_CR1_CRCL, CRCLength); in LL_SPI_SetCRCWidth()769 return (uint32_t)(READ_BIT(SPIx->CR1, SPI_CR1_CRCL)); in LL_SPI_GetCRCWidth()
67 SPI_CR1_SSM | SPI_CR1_RXONLY | SPI_CR1_CRCL | \
440 hspi->Instance->CR1 |= SPI_CR1_CRCL; in HAL_SPI_Init()
13238 #define SPI_CR1_CRCL SPI_CR1_CRCL_Msk /*!< CRC Length */ macro