|
STM32L443xx HAL User Manual
|
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 |
Flags defines which can be used with LL_SWPMI_WriteReg function.
| #define LL_SWPMI_ICR_CRXBERF SWPMI_ICR_CRXBERF |
Clear receive CRC error flag
Definition at line 103 of file stm32l4xx_ll_swpmi.h.
| #define LL_SWPMI_ICR_CRXBFF SWPMI_ICR_CRXBFF |
Clear receive buffer full flag
Definition at line 101 of file stm32l4xx_ll_swpmi.h.
| #define LL_SWPMI_ICR_CRXOVRF SWPMI_ICR_CRXOVRF |
Clear receive overrun error flag
Definition at line 104 of file stm32l4xx_ll_swpmi.h.
| #define LL_SWPMI_ICR_CSRF SWPMI_ICR_CSRF |
Clear slave resume flag
Definition at line 107 of file stm32l4xx_ll_swpmi.h.
| #define LL_SWPMI_ICR_CTCF SWPMI_ICR_CTCF |
Clear transfer complete flag
Definition at line 106 of file stm32l4xx_ll_swpmi.h.
| #define LL_SWPMI_ICR_CTXBEF SWPMI_ICR_CTXBEF |
Clear transmit buffer empty flag
Definition at line 102 of file stm32l4xx_ll_swpmi.h.
| #define LL_SWPMI_ICR_CTXUNRF SWPMI_ICR_CTXUNRF |
Clear transmit underrun error flag
Definition at line 105 of file stm32l4xx_ll_swpmi.h.
1.7.6.1