STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
ETH_DMADescTypeDef Struct Reference

ETH DMA Descriptor structure definition. More...

#include <stm32f4xx_hal_eth.h>

Collaboration diagram for ETH_DMADescTypeDef:

Data Fields

__IO uint32_t DESC0
 
__IO uint32_t DESC1
 
__IO uint32_t DESC2
 
__IO uint32_t DESC3
 
__IO uint32_t DESC4
 
__IO uint32_t DESC5
 
__IO uint32_t DESC6
 
__IO uint32_t DESC7
 
uint32_t BackupAddr0
 
uint32_t BackupAddr1
 

Detailed Description

ETH DMA Descriptor structure definition.

Definition at line 58 of file stm32f4xx_hal_eth.h.

Field Documentation

◆ DESC0

◆ DESC1

__IO uint32_t ETH_DMADescTypeDef::DESC1

◆ DESC2

__IO uint32_t ETH_DMADescTypeDef::DESC2

◆ DESC3

__IO uint32_t ETH_DMADescTypeDef::DESC3

◆ DESC4

__IO uint32_t ETH_DMADescTypeDef::DESC4

Definition at line 64 of file stm32f4xx_hal_eth.h.

◆ DESC5

__IO uint32_t ETH_DMADescTypeDef::DESC5

Definition at line 65 of file stm32f4xx_hal_eth.h.

◆ DESC6

__IO uint32_t ETH_DMADescTypeDef::DESC6

Definition at line 66 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_ReadData(), and HAL_ETH_ReleaseTxPacket().

◆ DESC7

__IO uint32_t ETH_DMADescTypeDef::DESC7

Definition at line 67 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_ReadData(), and HAL_ETH_ReleaseTxPacket().

◆ BackupAddr0

uint32_t ETH_DMADescTypeDef::BackupAddr0

◆ BackupAddr1

uint32_t ETH_DMADescTypeDef::BackupAddr1

Definition at line 69 of file stm32f4xx_hal_eth.h.

Referenced by ETH_DMARxDescListInit().


The documentation for this struct was generated from the following file: