| 
                 STM32F4xx HAL Documentation
                 
                Hardware Abstraction Layer for STM32F4 familiy 
               | 
            
ETH Buffers List structure definition. More...
#include <stm32f4xx_hal_eth.h>
Data Fields | |
| uint8_t * | buffer | 
| uint32_t | len | 
| struct __ETH_BufferTypeDef * | next | 
ETH Buffers List structure definition.
Definition at line 78 of file stm32f4xx_hal_eth.h.
| uint8_t* __ETH_BufferTypeDef::buffer | 
Definition at line 80 of file stm32f4xx_hal_eth.h.
Referenced by ETH_Prepare_Tx_Descriptors().
| uint32_t __ETH_BufferTypeDef::len | 
Definition at line 82 of file stm32f4xx_hal_eth.h.
Referenced by ETH_Prepare_Tx_Descriptors().
| struct __ETH_BufferTypeDef* __ETH_BufferTypeDef::next | 
Definition at line 84 of file stm32f4xx_hal_eth.h.
Referenced by ETH_Prepare_Tx_Descriptors().