STM32H735xx HAL User Manual
Defines
FMAC Interrupts Enable bit
FMAC Exported Constants

Defines

#define FMAC_IT_RIEN   FMAC_CR_RIEN
#define FMAC_IT_WIEN   FMAC_CR_WIEN
#define FMAC_IT_OVFLIEN   FMAC_CR_OVFLIEN
#define FMAC_IT_UNFLIEN   FMAC_CR_UNFLIEN
#define FMAC_IT_SATIEN   FMAC_CR_SATIEN

Define Documentation

#define FMAC_IT_OVFLIEN   FMAC_CR_OVFLIEN

Overflow Error Interrupt Enable

Definition at line 336 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_FilterConfig(), and HAL_FMAC_IRQHandler().

#define FMAC_IT_RIEN   FMAC_CR_RIEN

Read Interrupt Enable

Definition at line 334 of file stm32h7xx_hal_fmac.h.

Referenced by HAL_FMAC_FilterStart(), HAL_FMAC_FilterStop(), and HAL_FMAC_IRQHandler().

#define FMAC_IT_SATIEN   FMAC_CR_SATIEN

Saturation Error Interrupt Enable (this helps in debugging a filter)

Definition at line 338 of file stm32h7xx_hal_fmac.h.

Referenced by HAL_FMAC_IRQHandler().

#define FMAC_IT_UNFLIEN   FMAC_CR_UNFLIEN

Underflow Error Interrupt Enable

Definition at line 337 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_FilterConfig(), and HAL_FMAC_IRQHandler().

#define FMAC_IT_WIEN   FMAC_CR_WIEN

Write Interrupt Enable

Definition at line 335 of file stm32h7xx_hal_fmac.h.

Referenced by HAL_FMAC_FilterStart(), HAL_FMAC_FilterStop(), and HAL_FMAC_IRQHandler().