HAL
ETH_DMARxFrameInfos is only used within HAL.
 
Symbols
loading...
Files
loading...

ETH_DMARxFrameInfos struct

Received Frame Informations structure definition

Syntax

typedef struct {   ETH_DMADescTypeDef *FSRxDesc;             ETH_DMADescTypeDef *LSRxDesc;             uint32_t  SegCount;                       uint32_t length;                          uint32_t buffer;                        } ETH_DMARxFrameInfos;

Fields

FSRxDesc

First Segment Rx Desc. Read more...

LSRxDesc

Last Segment Rx Desc. Read more...

SegCount

Segment count. Read more...

length

Frame length. Read more...

buffer

Frame buffer. Read more...

Type Use

Variables of ETH_DMARxFrameInfos type
all items filtered out
ETH_DMARxFrameInfos
all items filtered out
ETH_DMARxFrameInfos
all items filtered out