Home
last modified time | relevance | path

Searched refs:USART_ISR_TC (Results 1 – 22 of 22) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smartcard_ex.h150 #define SMARTCARD_FLAG_TC USART_ISR_TC /*!< SMARTCARD transmission complete …
Dstm32l4xx_ll_lpuart.h200 #define LL_LPUART_ISR_TC USART_ISR_TC /*!< Transmission complete…
1758 return (READ_BIT(LPUARTx->ISR, USART_ISR_TC) == (USART_ISR_TC)); in LL_LPUART_IsActiveFlag_TC()
Dstm32l4xx_hal_irda.h425 #define IRDA_FLAG_TC USART_ISR_TC /*!< IRDA transmission complete…
Dstm32l4xx_hal_usart.h393 #define USART_FLAG_TC USART_ISR_TC /*!< USART transmission complet…
Dstm32l4xx_ll_usart.h242 #define LL_USART_ISR_TC USART_ISR_TC /*!< Transmission com…
3142 return ((READ_BIT(USARTx->ISR, USART_ISR_TC) == (USART_ISR_TC)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_TC()
Dstm32l4xx_hal_uart.h729 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h168 #define LL_LPUART_ISR_TC USART_ISR_TC /*!< Transmission complete…
1362 return (READ_BIT(LPUARTx->ISR, USART_ISR_TC) == (USART_ISR_TC)); in LL_LPUART_IsActiveFlag_TC()
Dstm32l0xx_hal_usart.h267 #define USART_FLAG_TC USART_ISR_TC /*!< USART transmission complete …
Dstm32l0xx_hal_irda.h328 #define IRDA_FLAG_TC USART_ISR_TC /*!< IRDA Transmission complete …
Dstm32l0xx_ll_usart.h209 #define LL_USART_ISR_TC USART_ISR_TC /*!< Transmission com…
2592 return (READ_BIT(USARTx->ISR, USART_ISR_TC) == (USART_ISR_TC)); in LL_USART_IsActiveFlag_TC()
Dstm32l0xx_hal_smartcard.h491 #define SMARTCARD_FLAG_TC USART_ISR_TC /*!< SMARTCARD transmission complete …
Dstm32l0xx_hal_uart.h620 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete …
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_irda.c1582 if(((isrflags & USART_ISR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_IRDA_IRQHandler()
Dstm32l0xx_hal_usart.c1627 if(((isrflags & USART_ISR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_USART_IRQHandler()
Dstm32l0xx_hal_uart.c1763 if(((isrflags & USART_ISR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_UART_IRQHandler()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_irda.c2080 if (((isrflags & USART_ISR_TC) != 0U) && ((cr1its & USART_CR1_TCIE) != 0U)) in HAL_IRDA_IRQHandler()
Dstm32l4xx_hal_usart.c2364 if (((isrflags & USART_ISR_TC) != 0U) && ((cr1its & USART_CR1_TCIE) != 0U)) in HAL_USART_IRQHandler()
Dstm32l4xx_hal_uart.c2385 if (((isrflags & USART_ISR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_UART_IRQHandler()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6156 #define USART_ISR_TC USART_ISR_TC_Msk /*!< Transmission Co… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7218 #define USART_ISR_TC USART_ISR_TC_Msk /*!< Transmission Co… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7059 #define USART_ISR_TC USART_ISR_TC_Msk /*!< Transmission Co… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16126 #define USART_ISR_TC USART_ISR_TC_Msk /*!< Transmission Co… macro