STM32L443xx 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 138 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_RXBERIE   SWPMI_IER_RXBERIE

Receive CRC error interrupt enable

Definition at line 141 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_RXBFIE   SWPMI_IER_RXBFIE

Receive buffer full interrupt enable

Definition at line 143 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_RXOVRIE   SWPMI_IER_RXOVRIE

Receive overrun error interrupt enable

Definition at line 140 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_SRIE   SWPMI_IER_SRIE

Slave resume interrupt enable

Definition at line 135 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_TCIE   SWPMI_IER_TCIE

Transmit complete interrupt enable

Definition at line 136 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_TIE   SWPMI_IER_TIE

Transmit interrupt enable

Definition at line 137 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_TXBEIE   SWPMI_IER_TXBEIE

Transmit buffer empty interrupt enable

Definition at line 142 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_IER_TXUNRIE   SWPMI_IER_TXUNRIE

Transmit underrun error interrupt enable

Definition at line 139 of file stm32l4xx_ll_swpmi.h.