STM32H735xx HAL User Manual
|
Defines | |
#define | LL_LPUART_IsActiveFlag_RXNE LL_LPUART_IsActiveFlag_RXNE_RXFNE |
#define | LL_LPUART_IsActiveFlag_TXE LL_LPUART_IsActiveFlag_TXE_TXFNF |
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_RXFNE (USART_TypeDef *LPUARTx) |
Check if the LPUART Read Data Register or LPUART RX FIFO 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_TXFNF (USART_TypeDef *LPUARTx) |
Check if the LPUART Transmit Data Register Empty or LPUART TX FIFO Not Full 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 uint32_t | LL_LPUART_IsActiveFlag_TXFE (USART_TypeDef *LPUARTx) |
Check if the LPUART TX FIFO Empty Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_RXFF (USART_TypeDef *LPUARTx) |
Check if the LPUART RX FIFO Full Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_TXFT (USART_TypeDef *LPUARTx) |
Check if the LPUART TX FIFO Threshold Flag is set or not. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsActiveFlag_RXFT (USART_TypeDef *LPUARTx) |
Check if the LPUART RX FIFO Threshold 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. |
Definition at line 1640 of file stm32h7xx_ll_lpuart.h.
Definition at line 1665 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_CM | ( | USART_TypeDef * | LPUARTx | ) |
Clear Character Match Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1904 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_FE | ( | USART_TypeDef * | LPUARTx | ) |
Clear Framing Error Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1838 of file stm32h7xx_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 1871 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_nCTS | ( | USART_TypeDef * | LPUARTx | ) |
Clear CTS Interrupt Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1893 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_NE | ( | USART_TypeDef * | LPUARTx | ) |
Clear Noise detected Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1849 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_ORE | ( | USART_TypeDef * | LPUARTx | ) |
Clear OverRun Error Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1860 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_PE | ( | USART_TypeDef * | LPUARTx | ) |
Clear Parity Error Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1827 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_ClearFlag_TC | ( | USART_TypeDef * | LPUARTx | ) |
Clear Transmission Complete Flag.
LPUARTx | LPUART Instance |
None |
Definition at line 1882 of file stm32h7xx_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 1915 of file stm32h7xx_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 1706 of file stm32h7xx_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 1717 of file stm32h7xx_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 1695 of file stm32h7xx_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 1601 of file stm32h7xx_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 1634 of file stm32h7xx_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 1684 of file stm32h7xx_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 1612 of file stm32h7xx_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 1623 of file stm32h7xx_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 1590 of file stm32h7xx_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 1772 of file stm32h7xx_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 1739 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_RXFF | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART RX FIFO Full Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1794 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_RXFT | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART RX FIFO Threshold Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1816 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_RXNE_RXFNE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Read Data Register or LPUART RX FIFO Not Empty Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1648 of file stm32h7xx_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 1728 of file stm32h7xx_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 1659 of file stm32h7xx_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 1761 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_TXE_TXFNF | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Transmit Data Register Empty or LPUART TX FIFO Not Full Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1673 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_TXFE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART TX FIFO Empty Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1783 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsActiveFlag_TXFT | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART TX FIFO Threshold Flag is set or not.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1805 of file stm32h7xx_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 1750 of file stm32h7xx_ll_lpuart.h.