HAL
ETH_RxDescListTypeDef
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_RxDescListTypeDef
ETH_RxDescListTypeDef struct
DMA Receive Descriptors Wrapper structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_eth.h:191
typedef
struct
{
uint32_t
RxDesc
[
ETH_RX_DESC_CNT
]
;
uint32_t
ItMode
;
uint32_t
RxDescIdx
;
uint32_t
RxDescCnt
;
uint32_t
RxDataLength
;
uint32_t
RxBuildDescIdx
;
uint32_t
RxBuildDescCnt
;
uint32_t
pRxLastRxDesc
;
ETH_TimeStampTypeDef
TimeStamp
;
void
*
pRxStart
;
void
*
pRxEnd
;
}
ETH_RxDescListTypeDef
;
Fields
Field
Declared as
ETH_RxDescListTypeDef::RxDesc
uint32_t
[
ETH_RX_DESC_CNT
]
ETH_RxDescListTypeDef::ItMode
uint32_t
ETH_RxDescListTypeDef::RxDescIdx
uint32_t
ETH_RxDescListTypeDef::RxDescCnt
uint32_t
ETH_RxDescListTypeDef::RxDataLength
uint32_t
ETH_RxDescListTypeDef::RxBuildDescIdx
uint32_t
ETH_RxDescListTypeDef::RxBuildDescCnt
uint32_t
ETH_RxDescListTypeDef::pRxLastRxDesc
uint32_t
ETH_RxDescListTypeDef::TimeStamp
ETH_TimeStampTypeDef
ETH_RxDescListTypeDef::pRxStart
void
*
ETH_RxDescListTypeDef::pRxEnd
void
*
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