STM32L486xx HAL User Manual
Defines
Clear Flags Defines
SWPMI Exported Constants

Flags defines which can be used with LL_SWPMI_WriteReg function. More...

Defines

#define LL_SWPMI_ICR_CRXBFF   SWPMI_ICR_CRXBFF
#define LL_SWPMI_ICR_CTXBEF   SWPMI_ICR_CTXBEF
#define LL_SWPMI_ICR_CRXBERF   SWPMI_ICR_CRXBERF
#define LL_SWPMI_ICR_CRXOVRF   SWPMI_ICR_CRXOVRF
#define LL_SWPMI_ICR_CTXUNRF   SWPMI_ICR_CTXUNRF
#define LL_SWPMI_ICR_CTCF   SWPMI_ICR_CTCF
#define LL_SWPMI_ICR_CSRF   SWPMI_ICR_CSRF

Detailed Description

Flags defines which can be used with LL_SWPMI_WriteReg function.


Define Documentation

#define LL_SWPMI_ICR_CRXBERF   SWPMI_ICR_CRXBERF

Clear receive CRC error flag

Definition at line 120 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_ICR_CRXBFF   SWPMI_ICR_CRXBFF

Clear receive buffer full flag

Definition at line 118 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_ICR_CRXOVRF   SWPMI_ICR_CRXOVRF

Clear receive overrun error flag

Definition at line 121 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_ICR_CSRF   SWPMI_ICR_CSRF

Clear slave resume flag

Definition at line 124 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_ICR_CTCF   SWPMI_ICR_CTCF

Clear transfer complete flag

Definition at line 123 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_ICR_CTXBEF   SWPMI_ICR_CTXBEF

Clear transmit buffer empty flag

Definition at line 119 of file stm32l4xx_ll_swpmi.h.

#define LL_SWPMI_ICR_CTXUNRF   SWPMI_ICR_CTXUNRF

Clear transmit underrun error flag

Definition at line 122 of file stm32l4xx_ll_swpmi.h.