STM32H735xx HAL User Manual
Defines
FMAC Error code
FMAC Exported Constants

Defines

#define HAL_FMAC_ERROR_NONE   0x00000000U
#define HAL_FMAC_ERROR_SAT   0x00000001U
#define HAL_FMAC_ERROR_UNFL   0x00000002U
#define HAL_FMAC_ERROR_OVFL   0x00000004U
#define HAL_FMAC_ERROR_DMA   0x00000008U
#define HAL_FMAC_ERROR_RESET   0x00000010U
#define HAL_FMAC_ERROR_PARAM   0x00000020U
#define HAL_FMAC_ERROR_INVALID_CALLBACK   0x00000040U
#define HAL_FMAC_ERROR_TIMEOUT   0x00000080U

Define Documentation

#define HAL_FMAC_ERROR_DMA   0x00000008U

DMA error

Definition at line 254 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_DMAError(), FMAC_DMAFilterConfig(), and FMAC_DMAFilterPreload().

#define HAL_FMAC_ERROR_INVALID_CALLBACK   0x00000040U

Invalid Callback error

Definition at line 258 of file stm32h7xx_hal_fmac.h.

Referenced by HAL_FMAC_RegisterCallback(), and HAL_FMAC_UnRegisterCallback().

#define HAL_FMAC_ERROR_NONE   0x00000000U
#define HAL_FMAC_ERROR_OVFL   0x00000004U

Overflow error

Definition at line 253 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_FilterPreload(), and HAL_FMAC_IRQHandler().

#define HAL_FMAC_ERROR_PARAM   0x00000020U

Parameter error

Definition at line 256 of file stm32h7xx_hal_fmac.h.

#define HAL_FMAC_ERROR_RESET   0x00000010U

Reset error

Definition at line 255 of file stm32h7xx_hal_fmac.h.

Referenced by HAL_FMAC_FilterStop(), and HAL_FMAC_Init().

#define HAL_FMAC_ERROR_SAT   0x00000001U

Saturation error

Definition at line 251 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_FilterPreload(), and HAL_FMAC_IRQHandler().

#define HAL_FMAC_ERROR_TIMEOUT   0x00000080U
#define HAL_FMAC_ERROR_UNFL   0x00000002U

Underflow error

Definition at line 252 of file stm32h7xx_hal_fmac.h.

Referenced by FMAC_FilterPreload(), and HAL_FMAC_IRQHandler().