STM32L486xx HAL User Manual
Defines
IT Defines
SWPMI Exported Constants

IT defines which can be used with LL_SWPMI_ReadReg and LL_SWPMI_WriteReg functions. More...

Defines

#define LL_SWPMI_IER_SRIE   SWPMI_IER_SRIE
#define LL_SWPMI_IER_TCIE   SWPMI_IER_TCIE
#define LL_SWPMI_IER_TIE   SWPMI_IER_TIE
#define LL_SWPMI_IER_RIE   SWPMI_IER_RIE
#define LL_SWPMI_IER_TXUNRIE   SWPMI_IER_TXUNRIE
#define LL_SWPMI_IER_RXOVRIE   SWPMI_IER_RXOVRIE
#define LL_SWPMI_IER_RXBERIE   SWPMI_IER_RXBERIE
#define LL_SWPMI_IER_TXBEIE   SWPMI_IER_TXBEIE
#define LL_SWPMI_IER_RXBFIE   SWPMI_IER_RXBFIE

Detailed Description

IT defines which can be used with LL_SWPMI_ReadReg and LL_SWPMI_WriteReg functions.


Define Documentation

#define LL_SWPMI_IER_RIE   SWPMI_IER_RIE

Receive interrupt enable

Definition at line 155 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_RXBERIE   SWPMI_IER_RXBERIE

Receive CRC error interrupt enable

Definition at line 158 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_RXBFIE   SWPMI_IER_RXBFIE

Receive buffer full interrupt enable

Definition at line 160 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_RXOVRIE   SWPMI_IER_RXOVRIE

Receive overrun error interrupt enable

Definition at line 157 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_SRIE   SWPMI_IER_SRIE

Slave resume interrupt enable

Definition at line 152 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_TCIE   SWPMI_IER_TCIE

Transmit complete interrupt enable

Definition at line 153 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_TIE   SWPMI_IER_TIE

Transmit interrupt enable

Definition at line 154 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_TXBEIE   SWPMI_IER_TXBEIE

Transmit buffer empty interrupt enable

Definition at line 159 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_TXUNRIE   SWPMI_IER_TXUNRIE

Transmit underrun error interrupt enable

Definition at line 156 of file stm32l4xx_ll_swpmi.h.