STM32H735xx HAL User Manual
Defines
Get Flag Defines
FMAC Exported Constants

Flag defines which can be used with LL_FMAC_ReadReg function. More...

Defines

#define LL_FMAC_SR_SAT   FMAC_SR_SAT
#define LL_FMAC_SR_UNFL   FMAC_SR_UNFL
#define LL_FMAC_SR_OVFL   FMAC_SR_OVFL
#define LL_FMAC_SR_X1FULL   FMAC_SR_X1FULL
#define LL_FMAC_SR_YEMPTY   FMAC_SR_YEMPTY

Detailed Description

Flag defines which can be used with LL_FMAC_ReadReg function.


Define Documentation

#define LL_FMAC_SR_OVFL   FMAC_SR_OVFL

Overflow Error Flag

Definition at line 53 of file stm32h7xx_ll_fmac.h.

#define LL_FMAC_SR_SAT   FMAC_SR_SAT

Saturation Error Flag (this helps in debugging a filter)

Definition at line 51 of file stm32h7xx_ll_fmac.h.

#define LL_FMAC_SR_UNFL   FMAC_SR_UNFL

Underflow Error Flag

Definition at line 52 of file stm32h7xx_ll_fmac.h.

#define LL_FMAC_SR_X1FULL   FMAC_SR_X1FULL

X1 Buffer Full Flag

Definition at line 54 of file stm32h7xx_ll_fmac.h.

#define LL_FMAC_SR_YEMPTY   FMAC_SR_YEMPTY

Y Buffer Empty Flag

Definition at line 55 of file stm32h7xx_ll_fmac.h.