Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
IT_Management
[LPUART Exported Functions]
  Functions | |
| __STATIC_INLINE void | LL_LPUART_EnableIT_IDLE (USART_TypeDef *LPUARTx) | 
| Enable IDLE Interrupt  CR1 IDLEIE LL_LPUART_EnableIT_IDLE.   | |
| __STATIC_INLINE void | LL_LPUART_EnableIT_RXNE (USART_TypeDef *LPUARTx) | 
| Enable RX Not Empty Interrupt  CR1 RXNEIE LL_LPUART_EnableIT_RXNE.   | |
| __STATIC_INLINE void | LL_LPUART_EnableIT_TC (USART_TypeDef *LPUARTx) | 
| Enable Transmission Complete Interrupt  CR1 TCIE LL_LPUART_EnableIT_TC.   | |
| __STATIC_INLINE void | LL_LPUART_EnableIT_TXE (USART_TypeDef *LPUARTx) | 
| Enable TX Empty Interrupt  CR1 TXEIE LL_LPUART_EnableIT_TXE.   | |
| __STATIC_INLINE void | LL_LPUART_EnableIT_PE (USART_TypeDef *LPUARTx) | 
| Enable Parity Error Interrupt  CR1 PEIE LL_LPUART_EnableIT_PE.   | |
| __STATIC_INLINE void | LL_LPUART_EnableIT_CM (USART_TypeDef *LPUARTx) | 
| Enable Character Match Interrupt  CR1 CMIE LL_LPUART_EnableIT_CM.   | |
| __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  CR3 CTSIE LL_LPUART_EnableIT_CTS.   | |
| __STATIC_INLINE void | LL_LPUART_EnableIT_WKUP (USART_TypeDef *LPUARTx) | 
| Enable Wake Up from Stop Mode Interrupt  CR3 WUFIE LL_LPUART_EnableIT_WKUP.   | |
| __STATIC_INLINE void | LL_LPUART_DisableIT_IDLE (USART_TypeDef *LPUARTx) | 
| Disable IDLE Interrupt  CR1 IDLEIE LL_LPUART_DisableIT_IDLE.   | |
| __STATIC_INLINE void | LL_LPUART_DisableIT_RXNE (USART_TypeDef *LPUARTx) | 
| Disable RX Not Empty Interrupt  CR1 RXNEIE LL_LPUART_DisableIT_RXNE.   | |
| __STATIC_INLINE void | LL_LPUART_DisableIT_TC (USART_TypeDef *LPUARTx) | 
| Disable Transmission Complete Interrupt  CR1 TCIE LL_LPUART_DisableIT_TC.   | |
| __STATIC_INLINE void | LL_LPUART_DisableIT_TXE (USART_TypeDef *LPUARTx) | 
| Disable TX Empty Interrupt  CR1 TXEIE LL_LPUART_DisableIT_TXE.   | |
| __STATIC_INLINE void | LL_LPUART_DisableIT_PE (USART_TypeDef *LPUARTx) | 
| Disable Parity Error Interrupt  CR1 PEIE LL_LPUART_DisableIT_PE.   | |
| __STATIC_INLINE void | LL_LPUART_DisableIT_CM (USART_TypeDef *LPUARTx) | 
| Disable Character Match Interrupt  CR1 CMIE LL_LPUART_DisableIT_CM.   | |
| __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  CR3 CTSIE LL_LPUART_DisableIT_CTS.   | |
| __STATIC_INLINE void | LL_LPUART_DisableIT_WKUP (USART_TypeDef *LPUARTx) | 
| Disable Wake Up from Stop Mode Interrupt  CR3 WUFIE LL_LPUART_DisableIT_WKUP.   | |
| __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.   | |
Function Documentation
| __STATIC_INLINE void LL_LPUART_DisableIT_CM | ( | USART_TypeDef * | LPUARTx ) | 
Disable Character Match Interrupt CR1 CMIE LL_LPUART_DisableIT_CM.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1748 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableIT_CTS | ( | USART_TypeDef * | LPUARTx ) | 
Disable CTS Interrupt CR3 CTSIE LL_LPUART_DisableIT_CTS.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1774 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableIT_ERROR | ( | USART_TypeDef * | LPUARTx ) | 
Disable Error Interrupt.
- Note:
 - When set, Error Interrupt Enable Bit is enabling interrupt generation in case of a framing error, overrun error or noise flag (FE=1 or ORE=1 or NF=1 in the LPUARTx_ISR register).
- 0: Interrupt is inhibited
 - 1: An interrupt is generated when FE=1 or ORE=1 or NF=1 in the LPUARTx_ISR register. CR3 EIE LL_LPUART_DisableIT_ERROR
 
 
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1763 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableIT_IDLE | ( | USART_TypeDef * | LPUARTx ) | 
Disable IDLE Interrupt CR1 IDLEIE LL_LPUART_DisableIT_IDLE.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1693 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableIT_PE | ( | USART_TypeDef * | LPUARTx ) | 
Disable Parity Error Interrupt CR1 PEIE LL_LPUART_DisableIT_PE.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1737 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableIT_RXNE | ( | USART_TypeDef * | LPUARTx ) | 
Disable RX Not Empty Interrupt CR1 RXNEIE LL_LPUART_DisableIT_RXNE.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1704 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableIT_TC | ( | USART_TypeDef * | LPUARTx ) | 
Disable Transmission Complete Interrupt CR1 TCIE LL_LPUART_DisableIT_TC.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1715 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableIT_TXE | ( | USART_TypeDef * | LPUARTx ) | 
Disable TX Empty Interrupt CR1 TXEIE LL_LPUART_DisableIT_TXE.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1726 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_DisableIT_WKUP | ( | USART_TypeDef * | LPUARTx ) | 
Disable Wake Up from Stop Mode Interrupt CR3 WUFIE LL_LPUART_DisableIT_WKUP.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1785 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_CM | ( | USART_TypeDef * | LPUARTx ) | 
Enable Character Match Interrupt CR1 CMIE LL_LPUART_EnableIT_CM.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1645 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_CTS | ( | USART_TypeDef * | LPUARTx ) | 
Enable CTS Interrupt CR3 CTSIE LL_LPUART_EnableIT_CTS.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1671 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_ERROR | ( | USART_TypeDef * | LPUARTx ) | 
Enable Error Interrupt.
- Note:
 - When set, Error Interrupt Enable Bit is enabling interrupt generation in case of a framing error, overrun error or noise flag (FE=1 or ORE=1 or NF=1 in the LPUARTx_ISR register).
- 0: Interrupt is inhibited
 - 1: An interrupt is generated when FE=1 or ORE=1 or NF=1 in the LPUARTx_ISR register. CR3 EIE LL_LPUART_EnableIT_ERROR
 
 
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1660 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_IDLE | ( | USART_TypeDef * | LPUARTx ) | 
Enable IDLE Interrupt CR1 IDLEIE LL_LPUART_EnableIT_IDLE.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1590 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_PE | ( | USART_TypeDef * | LPUARTx ) | 
Enable Parity Error Interrupt CR1 PEIE LL_LPUART_EnableIT_PE.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1634 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_RXNE | ( | USART_TypeDef * | LPUARTx ) | 
Enable RX Not Empty Interrupt CR1 RXNEIE LL_LPUART_EnableIT_RXNE.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1601 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_TC | ( | USART_TypeDef * | LPUARTx ) | 
Enable Transmission Complete Interrupt CR1 TCIE LL_LPUART_EnableIT_TC.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1612 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_TXE | ( | USART_TypeDef * | LPUARTx ) | 
Enable TX Empty Interrupt CR1 TXEIE LL_LPUART_EnableIT_TXE.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1623 of file stm32l4xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_EnableIT_WKUP | ( | USART_TypeDef * | LPUARTx ) | 
Enable Wake Up from Stop Mode Interrupt CR3 WUFIE LL_LPUART_EnableIT_WKUP.
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
None  
Definition at line 1682 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.
CR1 CMIE LL_LPUART_IsEnabledIT_CM
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1851 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.
CR3 CTSIE LL_LPUART_IsEnabledIT_CTS
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1873 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.
CR3 EIE LL_LPUART_IsEnabledIT_ERROR
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1862 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.
CR1 IDLEIE LL_LPUART_IsEnabledIT_IDLE
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1796 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.
CR1 PEIE LL_LPUART_IsEnabledIT_PE
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1840 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.
CR1 RXNEIE LL_LPUART_IsEnabledIT_RXNE
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1807 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.
CR1 TCIE LL_LPUART_IsEnabledIT_TC
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1818 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.
CR1 TXEIE LL_LPUART_IsEnabledIT_TXE
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1829 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.
CR3 WUFIE LL_LPUART_IsEnabledIT_WKUP
- Parameters:
 - 
  
LPUARTx LPUART Instance  
- Return values:
 - 
  
State of bit (1 or 0).  
Definition at line 1884 of file stm32l4xx_ll_lpuart.h.
Generated on Tue Jul 12 2022 11:00:13 by
 1.7.2