STM32H735xx HAL User Manual
Defines
FMAC status flags
FMAC Exported Constants

Defines

#define FMAC_FLAG_YEMPTY   FMAC_SR_YEMPTY
#define FMAC_FLAG_X1FULL   FMAC_SR_X1FULL
#define FMAC_FLAG_OVFL   FMAC_SR_OVFL
#define FMAC_FLAG_UNFL   FMAC_SR_UNFL
#define FMAC_FLAG_SAT   FMAC_SR_SAT

Define Documentation

#define FMAC_FLAG_OVFL   FMAC_SR_OVFL

Overflow Error Flag

Definition at line 324 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_FilterPreload(), and HAL_FMAC_IRQHandler().

#define FMAC_FLAG_SAT   FMAC_SR_SAT

Saturation Error Flag (this helps in debugging a filter)

Definition at line 326 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_FilterPreload(), and HAL_FMAC_IRQHandler().

#define FMAC_FLAG_UNFL   FMAC_SR_UNFL

Underflow Error Flag

Definition at line 325 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_FilterPreload(), and HAL_FMAC_IRQHandler().

#define FMAC_FLAG_X1FULL   FMAC_SR_X1FULL

X1 Buffer Full Flag

Definition at line 323 of file stm32h7xx_hal_fmac.h.

Referenced by HAL_FMAC_IRQHandler().

#define FMAC_FLAG_YEMPTY   FMAC_SR_YEMPTY

Y Buffer Empty Flag

Definition at line 322 of file stm32h7xx_hal_fmac.h.

Referenced by HAL_FMAC_IRQHandler().