Home
last modified time | relevance | path

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

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart_v2.c234 __HAL_UART_DISABLE_IT(&(uart->handle), UART_IT_TXE); in stm32_control()
275 __HAL_UART_ENABLE_IT(&(uart->handle), UART_IT_TXE); in stm32_control()
461 …_FLAG(&(uart->handle), UART_FLAG_TXE)) && (__HAL_UART_GET_IT_SOURCE(&(uart->handle), UART_IT_TXE))) in uart_isr()
470 __HAL_UART_DISABLE_IT(&(uart->handle), UART_IT_TXE); in uart_isr()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h372 #define UART_IT_TXE ((uint32_t)(UART_CR1_REG_INDEX << 28U | USART_CR1_TXEIE)) macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c1330 __HAL_UART_ENABLE_IT(huart, UART_IT_TXE); in HAL_UART_Transmit_IT()
3510 __HAL_UART_DISABLE_IT(huart, UART_IT_TXE); in UART_Transmit_IT()

Completed in 15 milliseconds