Searched refs:UART_FLAG_TC (Results 1 – 8 of 8) sorted by relevance
| /loramac-node-latest/src/boards/NAMote72/ |
| D | uart-board.c | 435 tmpFlag = __HAL_UART_GET_FLAG( &UartContext[UART_1].UartHandle, UART_FLAG_TC ); in USART1_IRQHandler() 455 tmpFlag = __HAL_UART_GET_FLAG( &UartContext[UART_2].UartHandle, UART_FLAG_TC ); in USART2_IRQHandler()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_uart.c | 691 if(UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_TC, RESET, Timeout) != HAL_OK) in HAL_UART_Transmit() 980 __HAL_UART_CLEAR_FLAG(huart, UART_FLAG_TC); in HAL_UART_Transmit_DMA() 1238 tmp_flag = __HAL_UART_GET_FLAG(huart, UART_FLAG_TC); in HAL_UART_IRQHandler()
|
| /loramac-node-latest/src/boards/NucleoL152/ |
| D | uart-board.c | 342 tmpFlag = __HAL_UART_GET_FLAG( &UartHandle, UART_FLAG_TC ); in USART2_IRQHandler()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_hal_uart.h | 263 #define UART_FLAG_TC ((uint32_t)USART_SR_TC) macro
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_uart.h | 620 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete … macro
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_uart.h | 729 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete… macro
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_uart.c | 711 if(UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_TC, RESET, tickstart, Timeout) != HAL_OK) in HAL_UART_Transmit()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_uart.c | 1133 if (UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_TC, RESET, tickstart, Timeout) != HAL_OK) in HAL_UART_Transmit()
|