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

ETH Buffers List structure definition. More...

#include <stm32f4xx_hal_eth.h>

Collaboration diagram for __ETH_BufferTypeDef:

Data Fields

uint8_t * buffer
 
uint32_t len
 
struct __ETH_BufferTypeDefnext
 

Detailed Description

ETH Buffers List structure definition.

Definition at line 78 of file stm32f4xx_hal_eth.h.

Field Documentation

◆ buffer

uint8_t* __ETH_BufferTypeDef::buffer

Definition at line 80 of file stm32f4xx_hal_eth.h.

Referenced by ETH_Prepare_Tx_Descriptors().

◆ len

uint32_t __ETH_BufferTypeDef::len

Definition at line 82 of file stm32f4xx_hal_eth.h.

Referenced by ETH_Prepare_Tx_Descriptors().

◆ next

struct __ETH_BufferTypeDef* __ETH_BufferTypeDef::next

Definition at line 84 of file stm32f4xx_hal_eth.h.

Referenced by ETH_Prepare_Tx_Descriptors().


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