Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_spi.h456 #define SPI_INVALID_CRC_ERROR 0U /* CRC error wrongly detected */ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_spi.c4002 return (SPI_INVALID_CRC_ERROR); in SPI_ISCRCErrorValid()