STM32L443xx HAL User Manual
|
IT defines which can be used with LL_LPUART_ReadReg and LL_LPUART_WriteReg functions. More...
Defines | |
#define | LL_LPUART_CR1_IDLEIE USART_CR1_IDLEIE |
#define | LL_LPUART_CR1_RXNEIE USART_CR1_RXNEIE |
#define | LL_LPUART_CR1_TCIE USART_CR1_TCIE |
#define | LL_LPUART_CR1_TXEIE USART_CR1_TXEIE |
#define | LL_LPUART_CR1_PEIE USART_CR1_PEIE |
#define | LL_LPUART_CR1_CMIE USART_CR1_CMIE |
#define | LL_LPUART_CR3_EIE USART_CR3_EIE |
#define | LL_LPUART_CR3_CTSIE USART_CR3_CTSIE |
#define | LL_LPUART_CR3_WUFIE USART_CR3_WUFIE |
IT defines which can be used with LL_LPUART_ReadReg and LL_LPUART_WriteReg functions.
#define LL_LPUART_CR1_CMIE USART_CR1_CMIE |
Character match interrupt enable
Definition at line 231 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_CR1_IDLEIE USART_CR1_IDLEIE |
IDLE interrupt enable
Definition at line 216 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_CR1_PEIE USART_CR1_PEIE |
Parity error
Definition at line 230 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_CR1_RXNEIE USART_CR1_RXNEIE |
Read data register not empty interrupt enable
Definition at line 221 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_CR1_TCIE USART_CR1_TCIE |
Transmission complete interrupt enable
Definition at line 223 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_CR1_TXEIE USART_CR1_TXEIE |
Transmit data register empty interrupt enable
Definition at line 228 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_CR3_CTSIE USART_CR3_CTSIE |
CTS interrupt enable
Definition at line 237 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_CR3_EIE USART_CR3_EIE |
Error interrupt enable
Definition at line 236 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_CR3_WUFIE USART_CR3_WUFIE |
Wakeup from Stop mode interrupt enable
Definition at line 238 of file stm32l4xx_ll_lpuart.h.