|
STM32H735xx HAL User Manual
|
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. | |
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.
| uint32_t HAL_MDIOS_GetError | ( | MDIOS_HandleTypeDef * | hmdios | ) |
Gets MDIOS error code.
| hmdios,: | mdios handle |
| mdios | error code |
Definition at line 908 of file stm32h7xx_hal_mdios.c.
References __MDIOS_HandleTypeDef::ErrorCode.
Return the MDIOS HAL state.
| hmdios,: | mdios handle |
| HAL | state |
Definition at line 919 of file stm32h7xx_hal_mdios.c.
References __MDIOS_HandleTypeDef::State.
1.7.6.1