Symbols
loading...
Files
loading...

ETH_InitTypeDef::RxDesc field

Provides the address of the first DMA Rx descriptor in the list

Examples

ETH_InitTypeDef::RxDesc is referenced by 35 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_eth.h:439
*RxDesc; /*!< Provides the address of the first DMA Rx descriptor in the list */
stm32f4xx_hal_eth.c:1261ETH_UpdateDescriptor()
WRITE_REG(heth->Instance->DMARPDR, ((uint32_t)(heth->Init.RxDesc + (tailidx))));
stm32f4xx_hal_eth.c:2988ETH_DMARxDescListInit()
dmarxdesc = heth->Init.RxDesc + i;
stm32f4xx_hal_eth.c:3011ETH_DMARxDescListInit()
WRITE_REG(dmarxdesc->DESC3, (uint32_t)(heth->Init.RxDesc + i + 1U));
stm32f4xx_hal_eth.c:3015ETH_DMARxDescListInit()
WRITE_REG(dmarxdesc->DESC3, (uint32_t)(heth->Init.RxDesc));
stm32f4xx_hal_eth.c:3026ETH_DMARxDescListInit()
WRITE_REG(heth->Instance->DMARDLAR, (uint32_t) heth->Init.RxDesc);

Data Use

Functions reading ETH_InitTypeDef::RxDesc
ETH_InitTypeDef::RxDesc
Type of ETH_InitTypeDef::RxDesc
ETH_InitTypeDef::RxDesc
all items filtered out