HAL
ETH_DMARxFrameInfos
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
ETH_DMARxFrameInfos
ETH_DMARxFrameInfos struct
Received Frame Informations structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_eth_legacy.h:592
typedef
struct
{
ETH_DMADescTypeDef
*
FSRxDesc
;
ETH_DMADescTypeDef
*
LSRxDesc
;
uint32_t
SegCount
;
uint32_t
length
;
uint32_t
buffer
;
}
ETH_DMARxFrameInfos
;
Fields
Field
Declared as
Description
ETH_DMARxFrameInfos::FSRxDesc
ETH_DMADescTypeDef
*
First Segment Rx Desc.
ETH_DMARxFrameInfos::LSRxDesc
ETH_DMADescTypeDef
*
Last Segment Rx Desc.
ETH_DMARxFrameInfos::SegCount
uint32_t
Segment count.
ETH_DMARxFrameInfos::length
uint32_t
Frame length.
ETH_DMARxFrameInfos::buffer
uint32_t
Frame buffer.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out