Home
last modified time | relevance | path

Searched refs:USART_ISR_TEACK (Results 1 – 24 of 24) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smartcard_ex.h140 #define SMARTCARD_FLAG_TEACK USART_ISR_TEACK /*!< SMARTCARD transmit enable acknow…
Dstm32l4xx_ll_lpuart.h213 #define LL_LPUART_ISR_TEACK USART_ISR_TEACK /*!< Transmit enable ackno…
1874 return (READ_BIT(LPUARTx->ISR, USART_ISR_TEACK) == (USART_ISR_TEACK)); in LL_LPUART_IsActiveFlag_TEACK()
Dstm32l4xx_hal_irda.h416 #define IRDA_FLAG_TEACK USART_ISR_TEACK /*!< IRDA transmit enable ackno…
Dstm32l4xx_hal_usart.h382 #define USART_FLAG_TEACK USART_ISR_TEACK /*!< USART transmit enable ackn…
Dstm32l4xx_ll_usart.h263 #define LL_USART_ISR_TEACK USART_ISR_TEACK /*!< Transmit enable …
3344 return ((READ_BIT(USARTx->ISR, USART_ISR_TEACK) == (USART_ISR_TEACK)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_TEACK()
Dstm32l4xx_hal_uart.h712 #define UART_FLAG_TEACK USART_ISR_TEACK /*!< UART transmit enable ackno…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h177 #define LL_LPUART_ISR_TEACK USART_ISR_TEACK /*!< Transmit enable ackno…
1461 return (READ_BIT(LPUARTx->ISR, USART_ISR_TEACK) == (USART_ISR_TEACK)); in LL_LPUART_IsActiveFlag_TEACK()
Dstm32l0xx_hal_usart.h261 #define USART_FLAG_TEACK USART_ISR_TEACK /*!< USART transmit enable acknowledge…
Dstm32l0xx_hal_irda.h323 #define IRDA_FLAG_TEACK USART_ISR_TEACK /*!< IRDA Transmit enable acknowledge …
Dstm32l0xx_ll_usart.h223 #define LL_USART_ISR_TEACK USART_ISR_TEACK /*!< Transmit enable …
2760 return (READ_BIT(USARTx->ISR, USART_ISR_TEACK) == (USART_ISR_TEACK)); in LL_USART_IsActiveFlag_TEACK()
Dstm32l0xx_hal_smartcard.h486 #define SMARTCARD_FLAG_TEACK USART_ISR_TEACK /*!< SMARTCARD transmit enable acknowled…
Dstm32l0xx_hal_uart.h606 #define UART_FLAG_TEACK USART_ISR_TEACK /*!< UART transmit enable acknowledge…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_irda.c1863 …if(IRDA_WaitOnFlagUntilTimeout(hirda, USART_ISR_TEACK, RESET, tickstart, IRDA_TEACK_REACK_TIMEOUT)… in IRDA_CheckIdleState()
Dstm32l0xx_hal_smartcard.c1838 …if(SMARTCARD_WaitOnFlagUntilTimeout(hsmartcard, USART_ISR_TEACK, RESET, tickstart, SMARTCARD_TEACK… in SMARTCARD_CheckIdleState()
Dstm32l0xx_hal_usart.c2173 …if(USART_WaitOnFlagUntilTimeout(husart, USART_ISR_TEACK, RESET, tickstart, USART_TEACK_REACK_TIMEO… in USART_CheckIdleState()
Dstm32l0xx_hal_uart.c2390 …if(UART_WaitOnFlagUntilTimeout(huart, USART_ISR_TEACK, RESET, tickstart, HAL_UART_TIMEOUT_VALUE) !… in UART_CheckIdleState()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_irda.c2425 …if (IRDA_WaitOnFlagUntilTimeout(hirda, USART_ISR_TEACK, RESET, tickstart, IRDA_TEACK_REACK_TIMEOUT… in IRDA_CheckIdleState()
Dstm32l4xx_hal_smartcard.c2626 …if (SMARTCARD_WaitOnFlagUntilTimeout(hsmartcard, USART_ISR_TEACK, RESET, tickstart, SMARTCARD_TEAC… in SMARTCARD_CheckIdleState()
Dstm32l4xx_hal_usart.c3071 …if (USART_WaitOnFlagUntilTimeout(husart, USART_ISR_TEACK, RESET, tickstart, USART_TEACK_REACK_TIME… in USART_CheckIdleState()
Dstm32l4xx_hal_uart.c3177 …if (UART_WaitOnFlagUntilTimeout(huart, USART_ISR_TEACK, RESET, tickstart, HAL_UART_TIMEOUT_VALUE) … in UART_CheckIdleState()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6198 #define USART_ISR_TEACK USART_ISR_TEACK_Msk /*!< Transmit Enable… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7260 #define USART_ISR_TEACK USART_ISR_TEACK_Msk /*!< Transmit Enable… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7101 #define USART_ISR_TEACK USART_ISR_TEACK_Msk /*!< Transmit Enable… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16168 #define USART_ISR_TEACK USART_ISR_TEACK_Msk /*!< Transmit Enable… macro