Home
last modified time | relevance | path

Searched refs:temp_sr_reg (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_spi.c1075 uint32_t temp_sr_reg; in HAL_SPI_Receive() local
1154 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1164 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1171 else if (HAL_IS_BIT_SET(temp_sr_reg, SPI_SR_SUSP)) in HAL_SPI_Receive()
1205 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1219 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1236 else if ((hspi->RxXferCount == 1UL) && ((temp_sr_reg & SPI_SR_RXPLVL_0) != 0UL)) in HAL_SPI_Receive()
1247 else if (HAL_IS_BIT_SET(temp_sr_reg, SPI_SR_SUSP)) in HAL_SPI_Receive()
1281 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1291 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_spi.c1065 uint32_t temp_sr_reg; in HAL_SPI_Receive() local
1134 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1144 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1176 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1190 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1207 else if ((hspi->RxXferCount == 1UL) && ((temp_sr_reg & SPI_SR_RXPLVL_0) != 0UL)) in HAL_SPI_Receive()
1243 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1253 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1266 else if ((hspi->RxXferCount < 4UL) && ((temp_sr_reg & SPI_SR_RXPLVL_Msk) != 0UL)) in HAL_SPI_Receive()
1342 uint32_t temp_sr_reg; in HAL_SPI_TransmitReceive() local
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_spi.c1051 uint32_t temp_sr_reg; in HAL_SPI_Receive() local
1120 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1130 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1162 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1176 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1193 else if ((hspi->RxXferCount == 1UL) && ((temp_sr_reg & SPI_SR_RXPLVL_0) != 0UL)) in HAL_SPI_Receive()
1229 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1239 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1252 else if ((hspi->RxXferCount < 4UL) && ((temp_sr_reg & SPI_SR_RXPLVL_Msk) != 0UL)) in HAL_SPI_Receive()
1328 uint32_t temp_sr_reg; in HAL_SPI_TransmitReceive() local
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_spi.c1077 uint32_t temp_sr_reg; in HAL_SPI_Receive() local
1156 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1166 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1198 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1212 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1229 else if ((hspi->RxXferCount == 1UL) && ((temp_sr_reg & SPI_SR_RXPLVL_0) != 0UL)) in HAL_SPI_Receive()
1265 temp_sr_reg = hspi->Instance->SR; in HAL_SPI_Receive()
1275 … else if ((hspi->RxXferCount < init_max_data_in_fifo) && ((temp_sr_reg & SPI_SR_RXWNE_Msk) != 0UL)) in HAL_SPI_Receive()
1288 else if ((hspi->RxXferCount < 4UL) && ((temp_sr_reg & SPI_SR_RXPLVL_Msk) != 0UL)) in HAL_SPI_Receive()
1364 uint32_t temp_sr_reg; in HAL_SPI_TransmitReceive() local
[all …]