Home
last modified time | relevance | path

Searched refs:USART_SR_TC (Results 1 – 25 of 95) sorted by relevance

1234

/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_usart.h164 #define LL_USART_SR_TC USART_SR_TC /*!< Transmission com…
1805 return (READ_BIT(USARTx->SR, USART_SR_TC) == (USART_SR_TC)); in LL_USART_IsActiveFlag_TC()
1970 WRITE_REG(USARTx->SR, ~(USART_SR_TC)); in LL_USART_ClearFlag_TC()
Dstm32f2xx_hal_irda.h294 #define IRDA_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f2xx_hal_usart.h284 #define USART_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f2xx_hal_smartcard.h381 #define SMARTCARD_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f2xx_hal_uart.h362 #define UART_FLAG_TC ((uint32_t)USART_SR_TC)
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_usart.h164 #define LL_USART_SR_TC USART_SR_TC /*!< Transmission com…
1805 return (READ_BIT(USARTx->SR, USART_SR_TC) == (USART_SR_TC)); in LL_USART_IsActiveFlag_TC()
1970 WRITE_REG(USARTx->SR, ~(USART_SR_TC)); in LL_USART_ClearFlag_TC()
Dstm32l1xx_hal_irda.h294 #define IRDA_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32l1xx_hal_smartcard.h381 #define SMARTCARD_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32l1xx_hal_usart.h284 #define USART_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32l1xx_hal_uart.h362 #define UART_FLAG_TC ((uint32_t)USART_SR_TC)
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_usart.h164 #define LL_USART_SR_TC USART_SR_TC /*!< Transmission com…
1805 return (READ_BIT(USARTx->SR, USART_SR_TC) == (USART_SR_TC)); in LL_USART_IsActiveFlag_TC()
1970 WRITE_REG(USARTx->SR, ~(USART_SR_TC)); in LL_USART_ClearFlag_TC()
Dstm32f4xx_hal_irda.h294 #define IRDA_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f4xx_hal_smartcard.h381 #define SMARTCARD_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f4xx_hal_usart.h284 #define USART_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f4xx_hal_uart.h362 #define UART_FLAG_TC ((uint32_t)USART_SR_TC)
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_usart.h164 #define LL_USART_SR_TC USART_SR_TC /*!< Transmission com…
1853 return (READ_BIT(USARTx->SR, USART_SR_TC) == (USART_SR_TC)); in LL_USART_IsActiveFlag_TC()
2018 WRITE_REG(USARTx->SR, ~(USART_SR_TC)); in LL_USART_ClearFlag_TC()
Dstm32f1xx_hal_irda.h294 #define IRDA_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f1xx_hal_usart.h284 #define USART_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f1xx_hal_smartcard.h381 #define SMARTCARD_FLAG_TC ((uint32_t)USART_SR_TC)
Dstm32f1xx_hal_uart.h364 #define UART_FLAG_TC ((uint32_t)USART_SR_TC)
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_irda.c1864 if (((isrflags & USART_SR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_IRDA_IRQHandler()
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_irda.c1864 if (((isrflags & USART_SR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_IRDA_IRQHandler()
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_irda.c1864 if (((isrflags & USART_SR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_IRDA_IRQHandler()
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_irda.c1864 if (((isrflags & USART_SR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_IRDA_IRQHandler()
Dstm32f1xx_hal_usart.c1927 if (((isrflags & USART_SR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_USART_IRQHandler()

1234