|
STM32F479xx HAL User Manual
|
Peripheral State functions. More...
Functions | |
| HAL_ETH_StateTypeDef | HAL_ETH_GetState (ETH_HandleTypeDef *heth) |
| Return the ETH HAL state. | |
Peripheral State functions.
===============================================================================
##### Peripheral State functions #####
===============================================================================
[..]
This subsection permits to get in run-time the status of the peripheral
and the data flow.
(+) Get the ETH handle state:
HAL_ETH_GetState();
Return the ETH HAL state.
| heth | pointer to a ETH_HandleTypeDef structure that contains the configuration information for ETHERNET module |
| HAL | state |
Definition at line 1812 of file stm32f4xx_hal_eth.c.
References __ETH_HandleTypeDef::State.
1.7.6.1