Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_spi.c1140 if (SPI_ISCRCErrorValid(hspi) == SPI_VALID_CRC_ERROR) in HAL_SPI_Receive()
1384 if (SPI_ISCRCErrorValid(hspi) == SPI_VALID_CRC_ERROR) in HAL_SPI_TransmitReceive()
2845 if (SPI_ISCRCErrorValid(hspi) == SPI_VALID_CRC_ERROR) in SPI_DMAReceiveCplt()
2935 if (SPI_ISCRCErrorValid(hspi) == SPI_VALID_CRC_ERROR) in SPI_DMATransmitReceiveCplt()
3735 if (SPI_ISCRCErrorValid(hspi) == SPI_VALID_CRC_ERROR) in SPI_CloseRxTx_ISR()
3825 if (SPI_ISCRCErrorValid(hspi) == SPI_VALID_CRC_ERROR) in SPI_CloseRx_ISR()
3992 uint8_t SPI_ISCRCErrorValid(SPI_HandleTypeDef *hspi) in SPI_ISCRCErrorValid() function
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_spi.h642 uint8_t SPI_ISCRCErrorValid(SPI_HandleTypeDef *hspi);