Home
last modified time | relevance | path

Searched defs:UART_FLAG_TXE (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h724 #define UART_FLAG_TXE USART_ISR_TXE_TXFNF /*!< UART transmit data registe… macro
727 #define UART_FLAG_TXE USART_ISR_TXE /*!< UART transmit data registe… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h262 #define UART_FLAG_TXE ((uint32_t)USART_SR_TXE) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h619 #define UART_FLAG_TXE USART_ISR_TXE /*!< UART transmit data register empt… macro