STM32F479xx HAL User Manual
|
ETH DMA Descriptors data structure definition. More...
#include <stm32f4xx_hal_eth.h>
Data Fields | |
__IO uint32_t | Status |
uint32_t | ControlBufferSize |
uint32_t | Buffer1Addr |
uint32_t | Buffer2NextDescAddr |
uint32_t | ExtendedStatus |
uint32_t | Reserved1 |
uint32_t | TimeStampLow |
uint32_t | TimeStampHigh |
ETH DMA Descriptors data structure definition.
Definition at line 569 of file stm32f4xx_hal_eth.h.
uint32_t ETH_DMADescTypeDef::Buffer1Addr |
Buffer1 address pointer
Definition at line 575 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_DMARxDescListInit(), and HAL_ETH_DMATxDescListInit().
Buffer2 or next descriptor address pointer Enhanced ETHERNET DMA PTP Descriptors
Definition at line 577 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_DMARxDescListInit(), HAL_ETH_DMATxDescListInit(), HAL_ETH_GetReceivedFrame(), HAL_ETH_GetReceivedFrame_IT(), and HAL_ETH_TransmitFrame().
Control and Buffer1, Buffer2 lengths
Definition at line 573 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_DMARxDescListInit(), and HAL_ETH_TransmitFrame().
uint32_t ETH_DMADescTypeDef::ExtendedStatus |
Extended status for PTP receive descriptor
Definition at line 580 of file stm32f4xx_hal_eth.h.
uint32_t ETH_DMADescTypeDef::Reserved1 |
Reserved
Definition at line 582 of file stm32f4xx_hal_eth.h.
__IO uint32_t ETH_DMADescTypeDef::Status |
Status
Definition at line 571 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_DMARxDescListInit(), HAL_ETH_DMATxDescListInit(), HAL_ETH_GetReceivedFrame(), HAL_ETH_GetReceivedFrame_IT(), and HAL_ETH_TransmitFrame().
uint32_t ETH_DMADescTypeDef::TimeStampHigh |
Time Stamp High value for transmit and receive
Definition at line 586 of file stm32f4xx_hal_eth.h.
uint32_t ETH_DMADescTypeDef::TimeStampLow |
Time Stamp Low value for transmit and receive
Definition at line 584 of file stm32f4xx_hal_eth.h.