Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_uart_ex.c761 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE)) in HAL_UARTEx_ReceiveToIdle()
Dstm32h5xx_hal_uart.c4228 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE) == SET) in UART_RxISR_8BIT()
4311 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE) == SET) in UART_RxISR_16BIT()
4445 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE) == SET) in UART_RxISR_8BIT_FIFOEN()
4599 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE) == SET) in UART_RxISR_16BIT_FIFOEN()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_uart_ex.c761 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE)) in HAL_UARTEx_ReceiveToIdle()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_uart_ex.c743 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE)) in HAL_UARTEx_ReceiveToIdle()
Dstm32u5xx_hal_uart.c4157 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE) == SET) in UART_RxISR_8BIT()
4236 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE) == SET) in UART_RxISR_16BIT()
4366 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE) == SET) in UART_RxISR_8BIT_FIFOEN()
4516 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE) == SET) in UART_RxISR_16BIT_FIFOEN()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_uart.h722 #define UART_FLAG_IDLE USART_ISR_IDLE /*!< UART idle flag … macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_uart.h750 #define UART_FLAG_IDLE USART_ISR_IDLE /*!< UART idle flag … macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_uart.h721 #define UART_FLAG_IDLE USART_ISR_IDLE /*!< UART idle flag … macro