Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_spi.c1227 uint32_t txallowed = 1U; in HAL_SPI_TransmitReceive() local
1320 if ((__HAL_SPI_GET_FLAG(hspi, SPI_FLAG_TXE)) && (hspi->TxXferCount > 0U) && (txallowed == 1U)) in HAL_SPI_TransmitReceive()
1326 txallowed = 0U; in HAL_SPI_TransmitReceive()
1349 txallowed = 1U; in HAL_SPI_TransmitReceive()
1379 if ((__HAL_SPI_GET_FLAG(hspi, SPI_FLAG_TXE)) && (hspi->TxXferCount > 0U) && (txallowed == 1U)) in HAL_SPI_TransmitReceive()
1394 txallowed = 0U; in HAL_SPI_TransmitReceive()
1431 txallowed = 1U; in HAL_SPI_TransmitReceive()