STM32F439xx HAL User Manual
Functions
Peripheral State functions
ETH Exported Functions

Peripheral State functions. More...

Functions

HAL_ETH_StateTypeDef HAL_ETH_GetState (ETH_HandleTypeDef *heth)
 Return the ETH HAL state.

Detailed Description

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();
           

  

Function Documentation

Return the ETH HAL state.

Parameters:
hethpointer to a ETH_HandleTypeDef structure that contains the configuration information for ETHERNET module
Return values:
HALstate

Definition at line 1575 of file stm32f4xx_hal_eth.c.

References ETH_HandleTypeDef::State.