STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_PE (USART_TypeDef *USARTx) |
Check if the USART Parity Error Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_FE (USART_TypeDef *USARTx) |
Check if the USART Framing Error Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_NE (USART_TypeDef *USARTx) |
Check if the USART Noise error detected Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_ORE (USART_TypeDef *USARTx) |
Check if the USART OverRun Error Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_IDLE (USART_TypeDef *USARTx) |
Check if the USART IDLE line detected Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_RXNE (USART_TypeDef *USARTx) |
Check if the USART Read Data Register Not Empty Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_TC (USART_TypeDef *USARTx) |
Check if the USART Transmission Complete Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_TXE (USART_TypeDef *USARTx) |
Check if the USART Transmit Data Register Empty Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_LBD (USART_TypeDef *USARTx) |
Check if the USART LIN Break Detection Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_nCTS (USART_TypeDef *USARTx) |
Check if the USART CTS interrupt Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_CTS (USART_TypeDef *USARTx) |
Check if the USART CTS Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_RTO (USART_TypeDef *USARTx) |
Check if the USART Receiver Time Out Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_EOB (USART_TypeDef *USARTx) |
Check if the USART End Of Block Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_ABRE (USART_TypeDef *USARTx) |
Check if the USART Auto-Baud Rate Error Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_ABR (USART_TypeDef *USARTx) |
Check if the USART Auto-Baud Rate Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_BUSY (USART_TypeDef *USARTx) |
Check if the USART Busy Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_CM (USART_TypeDef *USARTx) |
Check if the USART Character Match Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_SBK (USART_TypeDef *USARTx) |
Check if the USART Send Break Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_RWU (USART_TypeDef *USARTx) |
Check if the USART Receive Wake Up from mute mode Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_WKUP (USART_TypeDef *USARTx) |
Check if the USART Wake Up from stop mode Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_TEACK (USART_TypeDef *USARTx) |
Check if the USART Transmit Enable Acknowledge Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_REACK (USART_TypeDef *USARTx) |
Check if the USART Receive Enable Acknowledge Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_USART_IsActiveFlag_TCBGT (USART_TypeDef *USARTx) |
Check if the Smartcard Transmission Complete Before Guard Time Flag is set or not. | |
__STATIC_INLINE void | LL_USART_ClearFlag_PE (USART_TypeDef *USARTx) |
Clear Parity Error Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_FE (USART_TypeDef *USARTx) |
Clear Framing Error Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_NE (USART_TypeDef *USARTx) |
Clear Noise Error detected Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_ORE (USART_TypeDef *USARTx) |
Clear OverRun Error Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_IDLE (USART_TypeDef *USARTx) |
Clear IDLE line detected Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_TC (USART_TypeDef *USARTx) |
Clear Transmission Complete Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_TCBGT (USART_TypeDef *USARTx) |
Clear Smartcard Transmission Complete Before Guard Time Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_LBD (USART_TypeDef *USARTx) |
Clear LIN Break Detection Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_nCTS (USART_TypeDef *USARTx) |
Clear CTS Interrupt Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_RTO (USART_TypeDef *USARTx) |
Clear Receiver Time Out Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_EOB (USART_TypeDef *USARTx) |
Clear End Of Block Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_CM (USART_TypeDef *USARTx) |
Clear Character Match Flag. | |
__STATIC_INLINE void | LL_USART_ClearFlag_WKUP (USART_TypeDef *USARTx) |
Clear Wake Up from stop mode Flag. |
__STATIC_INLINE void LL_USART_ClearFlag_CM | ( | USART_TypeDef * | USARTx | ) |
Clear Character Match Flag.
USARTx | USART Instance |
None |
Definition at line 3608 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_EOB | ( | USART_TypeDef * | USARTx | ) |
Clear End Of Block Flag.
USARTx | USART Instance |
None |
Definition at line 3582 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_FE | ( | USART_TypeDef * | USARTx | ) |
Clear Framing Error Flag.
USARTx | USART Instance |
None |
Definition at line 3459 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_IDLE | ( | USART_TypeDef * | USARTx | ) |
Clear IDLE line detected Flag.
USARTx | USART Instance |
None |
Definition at line 3492 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_LBD | ( | USART_TypeDef * | USARTx | ) |
Clear LIN Break Detection Flag.
USARTx | USART Instance |
None |
Definition at line 3545 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_nCTS | ( | USART_TypeDef * | USARTx | ) |
Clear CTS Interrupt Flag.
USARTx | USART Instance |
None |
Definition at line 3558 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_NE | ( | USART_TypeDef * | USARTx | ) |
Clear Noise Error detected Flag.
USARTx | USART Instance |
None |
Definition at line 3470 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_ORE | ( | USART_TypeDef * | USARTx | ) |
Clear OverRun Error Flag.
USARTx | USART Instance |
None |
Definition at line 3481 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_PE | ( | USART_TypeDef * | USARTx | ) |
Clear Parity Error Flag.
USARTx | USART Instance |
None |
Definition at line 3448 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_RTO | ( | USART_TypeDef * | USARTx | ) |
Clear Receiver Time Out Flag.
USARTx | USART Instance |
None |
Definition at line 3569 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_TC | ( | USART_TypeDef * | USARTx | ) |
Clear Transmission Complete Flag.
USARTx | USART Instance |
None |
Definition at line 3518 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_TCBGT | ( | USART_TypeDef * | USARTx | ) |
Clear Smartcard Transmission Complete Before Guard Time Flag.
USARTx | USART Instance |
None |
Definition at line 3531 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_ClearFlag_WKUP | ( | USART_TypeDef * | USARTx | ) |
Clear Wake Up from stop mode Flag.
USARTx | USART Instance |
None |
Definition at line 3621 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_ABR | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Auto-Baud Rate Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3288 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_ABRE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Auto-Baud Rate Error Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3275 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_BUSY | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Busy Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3299 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_CM | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Character Match Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3310 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_CTS | ( | USART_TypeDef * | USARTx | ) |
Check if the USART CTS Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3223 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_EOB | ( | USART_TypeDef * | USARTx | ) |
Check if the USART End Of Block Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3247 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_FE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Framing Error Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3080 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_IDLE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART IDLE line detected Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3113 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_LBD | ( | USART_TypeDef * | USARTx | ) |
Check if the USART LIN Break Detection Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3197 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_nCTS | ( | USART_TypeDef * | USARTx | ) |
Check if the USART CTS interrupt Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3210 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_NE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Noise error detected Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3091 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_ORE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART OverRun Error Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3102 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_PE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Parity Error Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3069 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_REACK | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Receive Enable Acknowledge Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3367 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_RTO | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Receiver Time Out Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3234 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_RWU | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Receive Wake Up from mute mode Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3332 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_RXNE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Read Data Register Not Empty Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3142 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_SBK | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Send Break Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3321 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_TC | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Transmission Complete Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3154 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_TCBGT | ( | USART_TypeDef * | USARTx | ) |
Check if the Smartcard Transmission Complete Before Guard Time Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3408 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_TEACK | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Transmit Enable Acknowledge Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3356 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_TXE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Transmit Data Register Empty Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3183 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsActiveFlag_WKUP | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Wake Up from stop mode Flag is set or not.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 3345 of file stm32l4xx_ll_usart.h.