STM32H735xx HAL User Manual
Defines
IT Defines
FMAC Exported Constants

IT defines which can be used with LL_FMAC_ReadReg and LL_FMAC_WriteReg functions. More...

Defines

#define LL_FMAC_CR_SATIEN   FMAC_CR_SATIEN
#define LL_FMAC_CR_UNFLIEN   FMAC_CR_UNFLIEN
#define LL_FMAC_CR_OVFLIEN   FMAC_CR_OVFLIEN
#define LL_FMAC_CR_WIEN   FMAC_CR_WIEN
#define LL_FMAC_CR_RIEN   FMAC_CR_RIEN

Detailed Description

IT defines which can be used with LL_FMAC_ReadReg and LL_FMAC_WriteReg functions.


Define Documentation

#define LL_FMAC_CR_OVFLIEN   FMAC_CR_OVFLIEN

Overflow Error Interrupt Enable

Definition at line 66 of file stm32h7xx_ll_fmac.h.

#define LL_FMAC_CR_RIEN   FMAC_CR_RIEN

Read Interrupt Enable

Definition at line 68 of file stm32h7xx_ll_fmac.h.

#define LL_FMAC_CR_SATIEN   FMAC_CR_SATIEN

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

Definition at line 64 of file stm32h7xx_ll_fmac.h.

#define LL_FMAC_CR_UNFLIEN   FMAC_CR_UNFLIEN

Underflow Error Interrupt Enable

Definition at line 65 of file stm32h7xx_ll_fmac.h.

#define LL_FMAC_CR_WIEN   FMAC_CR_WIEN

Write Interrupt Enable

Definition at line 67 of file stm32h7xx_ll_fmac.h.