|
STM32H735xx 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_RXFNEIE USART_CR1_RXNEIE_RXFNEIE |
| #define | LL_LPUART_CR1_TCIE USART_CR1_TCIE |
| #define | LL_LPUART_CR1_TXEIE_TXFNFIE USART_CR1_TXEIE_TXFNFIE |
| #define | LL_LPUART_CR1_PEIE USART_CR1_PEIE |
| #define | LL_LPUART_CR1_CMIE USART_CR1_CMIE |
| #define | LL_LPUART_CR1_TXFEIE USART_CR1_TXFEIE |
| #define | LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE |
| #define | LL_LPUART_CR3_EIE USART_CR3_EIE |
| #define | LL_LPUART_CR3_CTSIE USART_CR3_CTSIE |
| #define | LL_LPUART_CR3_WUFIE USART_CR3_WUFIE |
| #define | LL_LPUART_CR3_TXFTIE USART_CR3_TXFTIE |
| #define | LL_LPUART_CR3_RXFTIE USART_CR3_RXFTIE |
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 209 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR1_IDLEIE USART_CR1_IDLEIE |
IDLE interrupt enable
Definition at line 202 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR1_PEIE USART_CR1_PEIE |
Parity error
Definition at line 208 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR1_RXFFIE USART_CR1_RXFFIE |
RX FIFO full interrupt enable
Definition at line 211 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR1_RXNEIE_RXFNEIE USART_CR1_RXNEIE_RXFNEIE |
Read data register and RXFIFO not empty interrupt enable
Definition at line 203 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR1_TCIE USART_CR1_TCIE |
Transmission complete interrupt enable
Definition at line 205 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR1_TXEIE_TXFNFIE USART_CR1_TXEIE_TXFNFIE |
Transmit data register empty and TX FIFO not full interrupt enable
Definition at line 206 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR1_TXFEIE USART_CR1_TXFEIE |
TX FIFO empty interrupt enable
Definition at line 210 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR3_CTSIE USART_CR3_CTSIE |
CTS interrupt enable
Definition at line 213 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR3_EIE USART_CR3_EIE |
Error interrupt enable
Definition at line 212 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR3_RXFTIE USART_CR3_RXFTIE |
RX FIFO threshold interrupt enable
Definition at line 216 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR3_TXFTIE USART_CR3_TXFTIE |
TX FIFO threshold interrupt enable
Definition at line 215 of file stm32h7xx_ll_lpuart.h.
| #define LL_LPUART_CR3_WUFIE USART_CR3_WUFIE |
Wakeup from Stop mode interrupt enable
Definition at line 214 of file stm32h7xx_ll_lpuart.h.
1.7.6.1