Home
last modified time | relevance | path

Searched refs:SPI_LOWEND_FIFO_SIZE (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_spi_ex.c95 if (count > SPI_LOWEND_FIFO_SIZE) in HAL_SPIEx_FlushRxFifo()
Dstm32n6xx_hal_spi.c309 if (((IS_SPI_LIMITED_INSTANCE(hspi->Instance)) && (packet_length > SPI_LOWEND_FIFO_SIZE)) || in HAL_SPI_Init()
1394 fifo_length = SPI_LOWEND_FIFO_SIZE; in HAL_SPI_TransmitReceive()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_spi_ex.c96 if (count > SPI_LOWEND_FIFO_SIZE) in HAL_SPIEx_FlushRxFifo()
Dstm32h7rsxx_hal_spi.c308 if (((IS_SPI_LIMITED_INSTANCE(hspi->Instance)) && (packet_length > SPI_LOWEND_FIFO_SIZE)) || in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_spi_ex.c96 if (count > SPI_LOWEND_FIFO_SIZE) in HAL_SPIEx_FlushRxFifo()
Dstm32mp1xx_hal_spi.c289 if (((!IS_SPI_HIGHEND_INSTANCE(hspi->Instance)) && (packet_length > SPI_LOWEND_FIFO_SIZE)) || in HAL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_spi_ex.c95 if (count > SPI_LOWEND_FIFO_SIZE) in HAL_SPIEx_FlushRxFifo()
Dstm32h7xx_hal_spi.c290 if (((!IS_SPI_HIGHEND_INSTANCE(hspi->Instance)) && (packet_length > SPI_LOWEND_FIFO_SIZE)) || in HAL_SPI_Init()
1380 fifo_length = SPI_LOWEND_FIFO_SIZE; in HAL_SPI_TransmitReceive()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_spi_ex.c95 if (count > SPI_LOWEND_FIFO_SIZE) in HAL_SPIEx_FlushRxFifo()
Dstm32h5xx_hal_spi.c311 if (((IS_SPI_LIMITED_INSTANCE(hspi->Instance)) && (packet_length > SPI_LOWEND_FIFO_SIZE)) || in HAL_SPI_Init()
1426 fifo_length = SPI_LOWEND_FIFO_SIZE; in HAL_SPI_TransmitReceive()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_spi_ex.c96 if (count > SPI_LOWEND_FIFO_SIZE) in HAL_SPIEx_FlushRxFifo()
Dstm32wbaxx_hal_spi.c306 if (((IS_SPI_LIMITED_INSTANCE(hspi->Instance)) && (packet_length > SPI_LOWEND_FIFO_SIZE)) || in HAL_SPI_Init()
1312 fifo_length = SPI_LOWEND_FIFO_SIZE; in HAL_SPI_TransmitReceive()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_spi_ex.c95 if (count > SPI_LOWEND_FIFO_SIZE) in HAL_SPIEx_FlushRxFifo()
Dstm32u5xx_hal_spi.c309 if (((IS_SPI_LIMITED_INSTANCE(hspi->Instance)) && (packet_length > SPI_LOWEND_FIFO_SIZE)) || in HAL_SPI_Init()
1451 fifo_length = SPI_LOWEND_FIFO_SIZE; in HAL_SPI_TransmitReceive()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_spi.h248 #define SPI_LOWEND_FIFO_SIZE 8UL macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_spi.h248 #define SPI_LOWEND_FIFO_SIZE 8UL macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_spi.h250 #define SPI_LOWEND_FIFO_SIZE 8UL macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_spi.h248 #define SPI_LOWEND_FIFO_SIZE 8UL macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_spi.h264 #define SPI_LOWEND_FIFO_SIZE 8UL macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_spi.h264 #define SPI_LOWEND_FIFO_SIZE 8UL macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_spi.h248 #define SPI_LOWEND_FIFO_SIZE 8UL macro