STM32H735xx HAL User Manual
Functions
Peripheral Control functions
MDIOS Exported Functions

MDIOS control functions. More...

Functions

uint32_t HAL_MDIOS_GetError (MDIOS_HandleTypeDef *hmdios)
 Gets MDIOS error code.
HAL_MDIOS_StateTypeDef HAL_MDIOS_GetState (MDIOS_HandleTypeDef *hmdios)
 Return the MDIOS HAL state.

Detailed Description

MDIOS control functions.

 ===============================================================================
                      ##### Peripheral Control functions #####
 ===============================================================================
    [..]
    This subsection provides a set of functions allowing to control the MDIOS.
     (+) HAL_MDIOS_GetState() API, helpful to check in run-time the state.
     (+) HAL_MDIOS_GetError() API, returns the errors code of the HAL state machine.


Function Documentation

uint32_t HAL_MDIOS_GetError ( MDIOS_HandleTypeDef hmdios)

Gets MDIOS error code.

Parameters:
hmdios,:mdios handle
Return values:
mdioserror code

Definition at line 908 of file stm32h7xx_hal_mdios.c.

References __MDIOS_HandleTypeDef::ErrorCode.

Return the MDIOS HAL state.

Parameters:
hmdios,:mdios handle
Return values:
HALstate

Definition at line 919 of file stm32h7xx_hal_mdios.c.

References __MDIOS_HandleTypeDef::State.