Home
last modified time | relevance | path

Searched refs:UART_FLAG_TC (Results 1 – 8 of 8) sorted by relevance

/loramac-node-latest/src/boards/NAMote72/
Duart-board.c435 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/
Dstm32l1xx_hal_uart.c691 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/
Duart-board.c342 tmpFlag = __HAL_UART_GET_FLAG( &UartHandle, UART_FLAG_TC ); in USART2_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h263 #define UART_FLAG_TC ((uint32_t)USART_SR_TC) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h620 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h729 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart.c711 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/
Dstm32l4xx_hal_uart.c1133 if (UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_TC, RESET, tickstart, Timeout) != HAL_OK) in HAL_UART_Transmit()