Home
last modified time | relevance | path

Searched refs:CRCLength (Results 1 – 9 of 9) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_spi.c216 assert_param(IS_SPI_CRC_LENGTH(hspi->Init.CRCLength)); in HAL_SPI_Init()
245 if ( hspi->Init.CRCLength == SPI_CRC_LENGTH_DATASIZE) { in HAL_SPI_Init()
248 hspi->Init.CRCLength = SPI_CRC_LENGTH_16BIT; in HAL_SPI_Init()
250 hspi->Init.CRCLength = SPI_CRC_LENGTH_8BIT; in HAL_SPI_Init()
261 if ( hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT) { in HAL_SPI_Init()
626 …if ((hspi->Init.DataSize == SPI_DATASIZE_8BIT) && (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT)) { in HAL_SPI_Receive()
812 if (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT) { in HAL_SPI_TransmitReceive()
960 …if ((hspi->Init.DataSize <= SPI_DATASIZE_8BIT) && (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT)) { in HAL_SPI_Receive_IT()
1037 …if ((hspi->Init.DataSize <= SPI_DATASIZE_8BIT) && (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT)) { in HAL_SPI_TransmitReceive_IT()
1728 if (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT) { in SPI_DMAReceiveCplt()
[all …]
A Dstm32f7xx_hal_crc.c147 …if (HAL_CRCEx_Polynomial_Set(hcrc, hcrc->Init.GeneratingPolynomial, hcrc->Init.CRCLength) != HAL_O… in HAL_CRC_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_crc_ex.c115 …if (HAL_CRCEx_Polynomial_Set(hcrc, hcrc->Init.GeneratingPolynomial, hcrc->Init.CRCLength) != HAL_O… in HAL_CRCEx_Init()
A Dstm32f0xx_hal_spi.c311 assert_param(IS_SPI_CRC_LENGTH(hspi->Init.CRCLength)); in HAL_SPI_Init()
349 if (hspi->Init.CRCLength == SPI_CRC_LENGTH_DATASIZE) in HAL_SPI_Init()
354 hspi->Init.CRCLength = SPI_CRC_LENGTH_16BIT; in HAL_SPI_Init()
358 hspi->Init.CRCLength = SPI_CRC_LENGTH_8BIT; in HAL_SPI_Init()
370 if (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT) in HAL_SPI_Init()
883 … if ((hspi->Init.DataSize == SPI_DATASIZE_8BIT) && (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT)) in HAL_SPI_Receive()
1182 if (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT) in HAL_SPI_TransmitReceive()
1395 … if ((hspi->Init.DataSize <= SPI_DATASIZE_8BIT) && (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT)) in HAL_SPI_Receive_IT()
1503 … if ((hspi->Init.DataSize <= SPI_DATASIZE_8BIT) && (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT)) in HAL_SPI_TransmitReceive_IT()
2774 if (hspi->Init.CRCLength == SPI_CRC_LENGTH_16BIT) in SPI_DMAReceiveCplt()
[all …]
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_crc.h93 …uint32_t CRCLength; /*!< This parameter is a value of @ref CRCEx_Polynomial_Sizes … member
A Dstm32f0xx_hal_spi.h102 uint32_t CRCLength; /*!< Specifies the CRC Length used for the CRC calculation. member
A Dstm32f0xx_ll_spi.h754 __STATIC_INLINE void LL_SPI_SetCRCWidth(SPI_TypeDef *SPIx, uint32_t CRCLength) in LL_SPI_SetCRCWidth() argument
756 MODIFY_REG(SPIx->CR1, SPI_CR1_CRCL, CRCLength); in LL_SPI_SetCRCWidth()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_crc.h97 …uint32_t CRCLength; /*!< This parameter is a value of @ref CRC_Polynomial_Sizes an… member
A Dstm32f7xx_hal_spi.h103 uint32_t CRCLength; /*!< Specifies the CRC Length used for the CRC calculation. member

Completed in 21 milliseconds