STM32F439xx HAL User Manual
Data Structures | Enumerations
ETH Exported Types
ETH

Data Structures

struct  ETH_InitTypeDef
 ETH Init Structure definition. More...
struct  ETH_MACInitTypeDef
 ETH MAC Configuration Structure definition. More...
struct  ETH_DMAInitTypeDef
 ETH DMA Configuration Structure definition. More...
struct  ETH_DMADescTypeDef
 ETH DMA Descriptors data structure definition. More...
struct  ETH_DMARxFrameInfos
 Received Frame Informations structure definition. More...
struct  ETH_HandleTypeDef
 ETH Handle Structure definition. More...

Enumerations

enum  HAL_ETH_StateTypeDef {
  HAL_ETH_STATE_RESET = 0x00U, HAL_ETH_STATE_READY = 0x01U, HAL_ETH_STATE_BUSY = 0x02U, HAL_ETH_STATE_BUSY_TX = 0x12U,
  HAL_ETH_STATE_BUSY_RX = 0x22U, HAL_ETH_STATE_BUSY_TX_RX = 0x32U, HAL_ETH_STATE_BUSY_WR = 0x42U, HAL_ETH_STATE_BUSY_RD = 0x82U,
  HAL_ETH_STATE_TIMEOUT = 0x03U, HAL_ETH_STATE_ERROR = 0x04U
}
 HAL State structures definition. More...

Enumeration Type Documentation

HAL State structures definition.

Enumerator:
HAL_ETH_STATE_RESET 

Peripheral not yet Initialized or disabled

HAL_ETH_STATE_READY 

Peripheral Initialized and ready for use

HAL_ETH_STATE_BUSY 

an internal process is ongoing

HAL_ETH_STATE_BUSY_TX 

Data Transmission process is ongoing

HAL_ETH_STATE_BUSY_RX 

Data Reception process is ongoing

HAL_ETH_STATE_BUSY_TX_RX 

Data Transmission and Reception process is ongoing

HAL_ETH_STATE_BUSY_WR 

Write process is ongoing

HAL_ETH_STATE_BUSY_RD 

Read process is ongoing

HAL_ETH_STATE_TIMEOUT 

Timeout state

HAL_ETH_STATE_ERROR 

Reception process is ongoing

Definition at line 369 of file stm32f4xx_hal_eth.h.