STM32H735xx HAL User Manual
Defines
MDIOS Error Code
MDIOS Exported Constants

Defines

#define HAL_MDIOS_ERROR_NONE   ((uint32_t)0x00000000U)
#define HAL_MDIOS_ERROR_PARAM   ((uint32_t)0x00000001U)
#define HAL_MDIOS_ERROR_BUSY   ((uint32_t)0x00000002U)
#define HAL_MDIOS_ERROR_TIMEOUT   ((uint32_t)0x00000004U)
#define HAL_MDIOS_ERROR_DATA   ((uint32_t)0x00000010U)
#define HAL_MDIOS_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000020U)

Define Documentation

#define HAL_MDIOS_ERROR_BUSY   ((uint32_t)0x00000002U)

Parameter error

Definition at line 261 of file stm32h7xx_hal_mdios.h.

#define HAL_MDIOS_ERROR_DATA   ((uint32_t)0x00000010U)

Data transfer error

Definition at line 263 of file stm32h7xx_hal_mdios.h.

Referenced by HAL_MDIOS_IRQHandler().

#define HAL_MDIOS_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000020U)

Invalid Callback error

Definition at line 265 of file stm32h7xx_hal_mdios.h.

Referenced by HAL_MDIOS_RegisterCallback(), and HAL_MDIOS_UnRegisterCallback().

#define HAL_MDIOS_ERROR_NONE   ((uint32_t)0x00000000U)

No error

Definition at line 259 of file stm32h7xx_hal_mdios.h.

Referenced by HAL_MDIOS_Init(), and HAL_MDIOS_IRQHandler().

#define HAL_MDIOS_ERROR_PARAM   ((uint32_t)0x00000001U)

Busy error

Definition at line 260 of file stm32h7xx_hal_mdios.h.

#define HAL_MDIOS_ERROR_TIMEOUT   ((uint32_t)0x00000004U)

Timeout error

Definition at line 262 of file stm32h7xx_hal_mdios.h.