Home
last modified time | relevance | path

Searched refs:tmpFlag (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
435 tmpFlag = __HAL_UART_GET_FLAG( &UartContext[UART_1].UartHandle, UART_FLAG_TC ); in USART1_IRQHandler()
438 if( ( tmpFlag != RESET ) && ( tmpItSource != RESET ) ) in USART1_IRQHandler()
453 uint32_t tmpFlag = 0, tmpItSource = 0; in USART2_IRQHandler() local
455 tmpFlag = __HAL_UART_GET_FLAG( &UartContext[UART_2].UartHandle, UART_FLAG_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
342 tmpFlag = __HAL_UART_GET_FLAG( &UartHandle, UART_FLAG_TC ); in USART2_IRQHandler()
345 if( ( tmpFlag != RESET ) && ( tmpItSource != RESET ) ) in USART2_IRQHandler()