Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/st/
Dstm32_uart_regs.h148 #define USART_ISR_ORE BIT(3) macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h687 #define UART_FLAG_ORE USART_ISR_ORE /*!< UART overrun error …
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h687 #define UART_FLAG_ORE USART_ISR_ORE /*!< UART overrun error …
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c1745 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_UART_IRQHandler()
1800 if( ((isrflags & USART_ISR_ORE) != RESET) in HAL_UART_IRQHandler()
1804 if( ((isrflags & USART_ISR_ORE) != RESET) in HAL_UART_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c1745 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_UART_IRQHandler()
1800 if( ((isrflags & USART_ISR_ORE) != RESET) in HAL_UART_IRQHandler()
1804 if( ((isrflags & USART_ISR_ORE) != RESET) in HAL_UART_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h16113 #define USART_ISR_ORE USART_ISR_ORE_Msk /*!< OverRun Error */ macro