Home
last modified time | relevance | path

Searched refs:tmpItSource (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/NAMote72/
Duart-board.c433 uint32_t tmpFlag = 0, tmpItSource = 0; in USART1_IRQHandler() local
436 tmpItSource = __HAL_UART_GET_IT_SOURCE( &UartContext[UART_1].UartHandle, UART_IT_TC ); in USART1_IRQHandler()
438 if( ( tmpFlag != RESET ) && ( tmpItSource != RESET ) ) in USART1_IRQHandler()
453 uint32_t tmpFlag = 0, tmpItSource = 0; in USART2_IRQHandler() local
456 tmpItSource = __HAL_UART_GET_IT_SOURCE( &UartContext[UART_2].UartHandle, UART_IT_TC ); in USART2_IRQHandler()
458 if( ( tmpFlag != RESET ) && ( tmpItSource != RESET ) ) in USART2_IRQHandler()
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c340 uint32_t tmpFlag = 0, tmpItSource = 0; in USART2_IRQHandler() local
343 tmpItSource = __HAL_UART_GET_IT_SOURCE( &UartHandle, UART_IT_TC ); in USART2_IRQHandler()
345 if( ( tmpFlag != RESET ) && ( tmpItSource != RESET ) ) in USART2_IRQHandler()