STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_LPUART_EnableIT_IDLE (USART_TypeDef *LPUARTx) |
Enable IDLE Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_RXNE (USART_TypeDef *LPUARTx) |
Enable RX Not Empty Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_TC (USART_TypeDef *LPUARTx) |
Enable Transmission Complete Interrupt. | |
__STATIC_INLINE void | LL_LPUART_EnableIT_TXE (USART_TypeDef *LPUARTx) |
Enable TX Empty 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_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_DisableIT_IDLE (USART_TypeDef *LPUARTx) |
Disable IDLE Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_RXNE (USART_TypeDef *LPUARTx) |
Disable RX Not Empty Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_TC (USART_TypeDef *LPUARTx) |
Disable Transmission Complete Interrupt. | |
__STATIC_INLINE void | LL_LPUART_DisableIT_TXE (USART_TypeDef *LPUARTx) |
Disable TX Empty 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_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 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 (USART_TypeDef *LPUARTx) |
Check if the LPUART RX 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 (USART_TypeDef *LPUARTx) |
Check if the LPUART TX Empty 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_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 void LL_LPUART_DisableIT_CM | ( | USART_TypeDef * | LPUARTx | ) |
Disable Character Match Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2339 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_CTS | ( | USART_TypeDef * | LPUARTx | ) |
Disable CTS Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2389 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_ERROR | ( | USART_TypeDef * | LPUARTx | ) |
Disable Error Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2378 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_IDLE | ( | USART_TypeDef * | LPUARTx | ) |
Disable IDLE Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2250 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_PE | ( | USART_TypeDef * | LPUARTx | ) |
Disable Parity Error Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2328 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_RXNE | ( | USART_TypeDef * | LPUARTx | ) |
Disable RX Not Empty Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2277 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_TC | ( | USART_TypeDef * | LPUARTx | ) |
Disable Transmission Complete Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2289 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_DisableIT_TXE | ( | USART_TypeDef * | LPUARTx | ) |
Disable TX Empty Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2316 of file stm32l4xx_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 2400 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_CM | ( | USART_TypeDef * | LPUARTx | ) |
Enable Character Match Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2154 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_CTS | ( | USART_TypeDef * | LPUARTx | ) |
Enable CTS Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2204 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_ERROR | ( | USART_TypeDef * | LPUARTx | ) |
Enable Error Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2193 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_IDLE | ( | USART_TypeDef * | LPUARTx | ) |
Enable IDLE Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2065 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_PE | ( | USART_TypeDef * | LPUARTx | ) |
Enable Parity Error Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2143 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_RXNE | ( | USART_TypeDef * | LPUARTx | ) |
Enable RX Not Empty Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2092 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_TC | ( | USART_TypeDef * | LPUARTx | ) |
Enable Transmission Complete Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2104 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableIT_TXE | ( | USART_TypeDef * | LPUARTx | ) |
Enable TX Empty Interrupt.
LPUARTx | LPUART Instance |
None |
Definition at line 2131 of file stm32l4xx_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 2215 of file stm32l4xx_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 2524 of file stm32l4xx_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 2570 of file stm32l4xx_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 2559 of file stm32l4xx_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 2435 of file stm32l4xx_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 2513 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_RXNE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART RX Not Empty Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2462 of file stm32l4xx_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 2474 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledIT_TXE | ( | USART_TypeDef * | LPUARTx | ) |
Check if the LPUART TX Empty Interrupt is enabled or disabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 2501 of file stm32l4xx_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 2581 of file stm32l4xx_ll_lpuart.h.