Searched refs:UART_IT_TC (Results 1 – 12 of 12) sorted by relevance
| /loramac-node-latest/src/boards/NAMote72/ |
| D | uart-board.c | 250 __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/ |
| D | uart-board.c | 208 __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/ |
| D | stm32l1xx_hal_uart.c | 1239 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/ |
| D | uart-board.c | 208 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
|
| /loramac-node-latest/src/boards/NucleoL073/ |
| D | uart-board.c | 211 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
|
| /loramac-node-latest/src/boards/SKiM880B/ |
| D | uart-board.c | 208 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
|
| /loramac-node-latest/src/boards/SKiM881AXL/ |
| D | uart-board.c | 211 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
|
| /loramac-node-latest/src/boards/NucleoL476/ |
| D | uart-board.c | 208 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
|
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
| D | uart-board.c | 211 __HAL_UART_ENABLE_IT( &UartHandle, UART_IT_TC ); in UartMcuPutChar()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_hal_uart.h | 287 #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/ |
| D | stm32l0xx_hal_uart.h | 643 #define UART_IT_TC ((uint32_t)0x0626) /*!< UART transmiss… macro
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_uart.h | 760 #define UART_IT_TC 0x0626U /*!< UART transmission complet… macro
|