Home
last modified time | relevance | path

Searched refs:UART_IT_TC (Results 1 – 12 of 12) sorted by relevance

/loramac-node-latest/src/boards/NAMote72/
Duart-board.c250 __HAL_UART_ENABLE_IT( &UartContext[obj->UartId].UartHandle, UART_IT_TC ); in UartMcuPutChar()
436 tmpItSource = __HAL_UART_GET_IT_SOURCE( &UartContext[UART_1].UartHandle, UART_IT_TC ); in USART1_IRQHandler()
456 tmpItSource = __HAL_UART_GET_IT_SOURCE( &UartContext[UART_2].UartHandle, UART_IT_TC ); in USART2_IRQHandler()
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c208 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
343 tmpItSource = __HAL_UART_GET_IT_SOURCE( &UartHandle, UART_IT_TC ); in USART2_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c1239 tmp_it_source = __HAL_UART_GET_IT_SOURCE(huart, UART_IT_TC); in HAL_UART_IRQHandler()
1569 __HAL_UART_ENABLE_IT(huart, UART_IT_TC); in UART_DMATransmitCplt()
1759 __HAL_UART_ENABLE_IT(huart, UART_IT_TC); in UART_Transmit_IT()
1779 __HAL_UART_DISABLE_IT(huart, UART_IT_TC); in UART_EndTransmit_IT()
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c208 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c211 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c208 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c211 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c208 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c211 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h287 #define UART_IT_TC ((uint32_t)(UART_CR1_REG_INDEX << 28 | USART_CR1_TCIE)) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h643 #define UART_IT_TC ((uint32_t)0x0626) /*!< UART transmiss… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h760 #define UART_IT_TC 0x0626U /*!< UART transmission complet… macro