Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/st/uart/aarch32/
Dstm32_console.S151 tst r2, #USART_ISR_TC
/external/arm-trusted-firmware/include/drivers/st/
Dstm32_uart_regs.h151 #define USART_ISR_TC BIT(6) macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h679 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h679 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c1909 if(((isrflags & USART_ISR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_UART_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c1909 if(((isrflags & USART_ISR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_UART_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h16122 #define USART_ISR_TC USART_ISR_TC_Msk /*!< Transmission Co… macro