STM32H735xx HAL User Manual
|
Defines | |
#define | LL_LPUART_EnableIT_RXNE LL_LPUART_EnableIT_RXNE_RXFNE |
#define | LL_LPUART_EnableIT_TXE LL_LPUART_EnableIT_TXE_TXFNF |
#define | LL_LPUART_DisableIT_RXNE LL_LPUART_DisableIT_RXNE_RXFNE |
#define | LL_LPUART_DisableIT_TXE LL_LPUART_DisableIT_TXE_TXFNF |
#define | LL_LPUART_IsEnabledIT_RXNE LL_LPUART_IsEnabledIT_RXNE_RXFNE |
#define | LL_LPUART_IsEnabledIT_TXE LL_LPUART_IsEnabledIT_TXE_TXFNF |
Functions | |
__STATIC_INLINE void | LL_LPUART_EnableIT_IDLE (USART_TypeDef *LPUARTx) |
Enable IDLE Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_RXNE_RXFNE (USART_TypeDef *LPUARTx) |
Enable RX Not Empty and RX FIFO Not Empty Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_TC (USART_TypeDef *LPUARTx) |
Enable Transmission Complete Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_TXE_TXFNF (USART_TypeDef *LPUARTx) |
Enable TX Empty and TX FIFO Not Full Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_PE (USART_TypeDef *LPUARTx) |
Enable Parity Error Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_CM (USART_TypeDef *LPUARTx) |
Enable Character Match Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_TXFE (USART_TypeDef *LPUARTx) |
Enable TX FIFO Empty Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_RXFF (USART_TypeDef *LPUARTx) |
Enable RX FIFO Full Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_ERROR (USART_TypeDef *LPUARTx) |
Enable Error Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_CTS (USART_TypeDef *LPUARTx) |
Enable CTS Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_WKUP (USART_TypeDef *LPUARTx) |
Enable Wake Up from Stop Mode Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_TXFT (USART_TypeDef *LPUARTx) |
Enable TX FIFO Threshold Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_RXFT (USART_TypeDef *LPUARTx) |
Enable RX FIFO Threshold Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_IDLE (USART_TypeDef *LPUARTx) |
Disable IDLE Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_RXNE_RXFNE (USART_TypeDef *LPUARTx) |
Disable RX Not Empty and RX FIFO Not Empty Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_TC (USART_TypeDef *LPUARTx) |
Disable Transmission Complete Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_TXE_TXFNF (USART_TypeDef *LPUARTx) |
Disable TX Empty and TX FIFO Not Full Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_PE (USART_TypeDef *LPUARTx) |
Disable Parity Error Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_CM (USART_TypeDef *LPUARTx) |
Disable Character Match Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_TXFE (USART_TypeDef *LPUARTx) |
Disable TX FIFO Empty Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_RXFF (USART_TypeDef *LPUARTx) |
Disable RX FIFO Full Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_ERROR (USART_TypeDef *LPUARTx) |
Disable Error Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_CTS (USART_TypeDef *LPUARTx) |
Disable CTS Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_WKUP (USART_TypeDef *LPUARTx) |
Disable Wake Up from Stop Mode Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_TXFT (USART_TypeDef *LPUARTx) |
Disable TX FIFO Threshold Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_RXFT (USART_TypeDef *LPUARTx) |
Disable RX FIFO Threshold Interrupt. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_IDLE (USART_TypeDef *LPUARTx) |
Check if the LPUART IDLE Interrupt source is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_RXNE_RXFNE (USART_TypeDef *LPUARTx) |
Check if the LPUART RX Not Empty and LPUART RX FIFO Not Empty Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_TC (USART_TypeDef *LPUARTx) |
Check if the LPUART Transmission Complete Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_TXE_TXFNF (USART_TypeDef *LPUARTx) |
Check if the LPUART TX Empty and LPUART TX FIFO Not Full Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_PE (USART_TypeDef *LPUARTx) |
Check if the LPUART Parity Error Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_CM (USART_TypeDef *LPUARTx) |
Check if the LPUART Character Match Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_TXFE (USART_TypeDef *LPUARTx) |
Check if the LPUART TX FIFO Empty Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_RXFF (USART_TypeDef *LPUARTx) |
Check if the LPUART RX FIFO Full Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_ERROR (USART_TypeDef *LPUARTx) |
Check if the LPUART Error Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_CTS (USART_TypeDef *LPUARTx) |
Check if the LPUART CTS Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_WKUP (USART_TypeDef *LPUARTx) |
Check if the LPUART Wake Up from Stop Mode Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_TXFT (USART_TypeDef *LPUARTx) |
Check if LPUART TX FIFO Threshold Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledIT_RXFT (USART_TypeDef *LPUARTx) |
Check if LPUART RX FIFO Threshold Interrupt is enabled or disabled. |
Definition at line 2093 of file stm32h7xx_ll_lpuart.h.
Definition at line 2118 of file stm32h7xx_ll_lpuart.h.
Definition at line 1940 of file stm32h7xx_ll_lpuart.h.
Definition at line 1965 of file stm32h7xx_ll_lpuart.h.
Definition at line 2246 of file stm32h7xx_ll_lpuart.h.
Definition at line 2271 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_CM | ( | USART_TypeDef * | LPUARTx | ) |
Disable Character Match Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2148 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_CTS | ( | USART_TypeDef * | LPUARTx | ) |
Disable CTS Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2196 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_ERROR | ( | USART_TypeDef * | LPUARTx | ) |
Disable Error Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2185 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_IDLE | ( | USART_TypeDef * | LPUARTx | ) |
Disable IDLE Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2087 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_PE | ( | USART_TypeDef * | LPUARTx | ) |
Disable Parity Error Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2137 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_RXFF | ( | USART_TypeDef * | LPUARTx | ) |
Disable RX FIFO Full Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2170 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_RXFT | ( | USART_TypeDef * | LPUARTx | ) |
Disable RX FIFO Threshold Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2229 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_RXNE_RXFNE | ( | USART_TypeDef * | LPUARTx | ) |
Disable RX Not Empty and RX FIFO Not Empty Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2101 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_TC | ( | USART_TypeDef * | LPUARTx | ) |
Disable Transmission Complete Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2112 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_TXE_TXFNF | ( | USART_TypeDef * | LPUARTx | ) |
Disable TX Empty and TX FIFO Not Full Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2126 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_TXFE | ( | USART_TypeDef * | LPUARTx | ) |
Disable TX FIFO Empty Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2159 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_TXFT | ( | USART_TypeDef * | LPUARTx | ) |
Disable TX FIFO Threshold Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2218 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_WKUP | ( | USART_TypeDef * | LPUARTx | ) |
Disable Wake Up from Stop Mode Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2207 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_CM | ( | USART_TypeDef * | LPUARTx | ) |
Enable Character Match Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 1995 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_CTS | ( | USART_TypeDef * | LPUARTx | ) |
Enable CTS Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2043 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_ERROR | ( | USART_TypeDef * | LPUARTx | ) |
Enable Error Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2032 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_IDLE | ( | USART_TypeDef * | LPUARTx | ) |
Enable IDLE Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 1934 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_PE | ( | USART_TypeDef * | LPUARTx | ) |
Enable Parity Error Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 1984 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_RXFF | ( | USART_TypeDef * | LPUARTx | ) |
Enable RX FIFO Full Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2017 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_RXFT | ( | USART_TypeDef * | LPUARTx | ) |
Enable RX FIFO Threshold Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2076 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_RXNE_RXFNE | ( | USART_TypeDef * | LPUARTx | ) |
Enable RX Not Empty and RX FIFO Not Empty Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 1948 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_TC | ( | USART_TypeDef * | LPUARTx | ) |
Enable Transmission Complete Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 1959 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_TXE_TXFNF | ( | USART_TypeDef * | LPUARTx | ) |
Enable TX Empty and TX FIFO Not Full Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 1973 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_TXFE | ( | USART_TypeDef * | LPUARTx | ) |
Enable TX FIFO Empty Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2006 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_TXFT | ( | USART_TypeDef * | LPUARTx | ) |
Enable TX FIFO Threshold Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2065 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_WKUP | ( | USART_TypeDef * | LPUARTx | ) |
Enable Wake Up from Stop Mode Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2054 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_CM | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Character Match Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2301 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_CTS | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART CTS Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2345 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_ERROR | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Error Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2334 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_IDLE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART IDLE Interrupt source is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2240 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_PE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Parity Error Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2290 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_RXFF | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART RX FIFO Full Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2323 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_RXFT | ( | USART_TypeDef * | LPUARTx | ) |
Check if LPUART RX FIFO Threshold Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2378 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_RXNE_RXFNE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART RX Not Empty and LPUART RX FIFO Not Empty Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2254 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_TC | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Transmission Complete Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2265 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_TXE_TXFNF | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART TX Empty and LPUART TX FIFO Not Full Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2279 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_TXFE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART TX FIFO Empty Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2312 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_TXFT | ( | USART_TypeDef * | LPUARTx | ) |
Check if LPUART TX FIFO Threshold Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2367 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_WKUP | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART Wake Up from Stop Mode Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2356 of file stm32h7xx_ll_lpuart.h.