STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_PE (USART_TypeDef *LPUARTx) |
Check if the LPUART Parity Error Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_FE (USART_TypeDef *LPUARTx) |
Check if the LPUART Framing Error Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_NE (USART_TypeDef *LPUARTx) |
Check if the LPUART Noise error detected Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_ORE (USART_TypeDef *LPUARTx) |
Check if the LPUART OverRun Error Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_IDLE (USART_TypeDef *LPUARTx) |
Check if the LPUART IDLE line detected Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_RXNE (USART_TypeDef *LPUARTx) |
Check if the LPUART Read Data Register Not Empty Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_TC (USART_TypeDef *LPUARTx) |
Check if the LPUART Transmission Complete Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_TXE (USART_TypeDef *LPUARTx) |
Check if the LPUART Transmit Data Register Empty Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_nCTS (USART_TypeDef *LPUARTx) |
Check if the LPUART CTS interrupt Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_CTS (USART_TypeDef *LPUARTx) |
Check if the LPUART CTS Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_BUSY (USART_TypeDef *LPUARTx) |
Check if the LPUART Busy Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_CM (USART_TypeDef *LPUARTx) |
Check if the LPUART Character Match Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_SBK (USART_TypeDef *LPUARTx) |
Check if the LPUART Send Break Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_RWU (USART_TypeDef *LPUARTx) |
Check if the LPUART Receive Wake Up from mute mode Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_WKUP (USART_TypeDef *LPUARTx) |
Check if the LPUART Wake Up from stop mode Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_TEACK (USART_TypeDef *LPUARTx) |
Check if the LPUART Transmit Enable Acknowledge Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_REACK (USART_TypeDef *LPUARTx) |
Check if the LPUART Receive Enable Acknowledge Flag is set or not. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_PE (USART_TypeDef *LPUARTx) |
Clear Parity Error Flag. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_FE (USART_TypeDef *LPUARTx) |
Clear Framing Error Flag. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_NE (USART_TypeDef *LPUARTx) |
Clear Noise detected Flag. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_ORE (USART_TypeDef *LPUARTx) |
Clear OverRun Error Flag. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_IDLE (USART_TypeDef *LPUARTx) |
Clear IDLE line detected Flag. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_TC (USART_TypeDef *LPUARTx) |
Clear Transmission Complete Flag. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_nCTS (USART_TypeDef *LPUARTx) |
Clear CTS Interrupt Flag. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_CM (USART_TypeDef *LPUARTx) |
Clear Character Match Flag. | |
__STATIC_INLINE void | LL_LPUART_ClearFlag_WKUP (USART_TypeDef *LPUARTx) |
Clear Wake Up from stop mode Flag. |
__STATIC_INLINE void LL_LPUART_ClearFlag_CM | ( | USART_TypeDef * | LPUARTx | ) |
Clear Character Match Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 2035 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_FE | ( | USART_TypeDef * | LPUARTx | ) |
Clear Framing Error Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1969 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_IDLE | ( | USART_TypeDef * | LPUARTx | ) |
Clear IDLE line detected Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 2002 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_nCTS | ( | USART_TypeDef * | LPUARTx | ) |
Clear CTS Interrupt Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 2024 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_NE | ( | USART_TypeDef * | LPUARTx | ) |
Clear Noise detected Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1980 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_ORE | ( | USART_TypeDef * | LPUARTx | ) |
Clear OverRun Error Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1991 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_PE | ( | USART_TypeDef * | LPUARTx | ) |
Clear Parity Error Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1958 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_TC | ( | USART_TypeDef * | LPUARTx | ) |
Clear Transmission Complete Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 2013 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_WKUP | ( | USART_TypeDef * | LPUARTx | ) |
Clear Wake Up from stop mode Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 2046 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_BUSY | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Busy Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1835 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_CM | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Character Match Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1846 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_CTS | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART CTS Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1824 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_FE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Framing Error Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1704 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_IDLE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART IDLE line detected Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1737 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_nCTS | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART CTS interrupt Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1813 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_NE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Noise error detected Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1715 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_ORE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART OverRun Error Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1726 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_PE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Parity Error Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1693 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_REACK | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Receive Enable Acknowledge Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1901 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_RWU | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Receive Wake Up from mute mode Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1868 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_RXNE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Read Data Register Not Empty Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1763 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_SBK | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Send Break Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1857 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_TC | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Transmission Complete Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1775 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_TEACK | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Transmit Enable Acknowledge Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1890 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_TXE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Transmit Data Register Empty Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1801 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_WKUP | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Wake Up from stop mode Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1879 of file stm32l4xx_ll_lpuart.h.