HAL + 0/1 examples
CodeScope will show references to ETH_DMAConfigTypeDef::DescriptorSkipLength from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_DMAConfigTypeDef::DescriptorSkipLength

ETH_DMAConfigTypeDef::DescriptorSkipLength field

Specifies the number of word to skip between two unchained descriptors (Ring mode) This parameter must be a number between Min_Data = 0 and Max_Data = 32

Syntax

uint32_t DescriptorSkipLength;

Examples

ETH_DMAConfigTypeDef::DescriptorSkipLength is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_eth.h:391
DescriptorSkipLength; /*!< Specifies the number of word to skip between two unchained descriptors (Ring mode)
stm32f4xx_hal_eth.c:2243HAL_ETH_GetDMAConfig()
dmaconf->DescriptorSkipLength = READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_DSL) >> 2;
stm32f4xx_hal_eth.c:2828ETH_SetDMAConfig()
(dmaconf->DescriptorSkipLength << 2U) |
stm32f4xx_hal_eth.c:2890ETH_MACDMAConfig()
dmaDefaultConf.DescriptorSkipLength = 0x0U;

Data Use

Functions writing ETH_DMAConfigTypeDef::DescriptorSkipLength
Functions reading ETH_DMAConfigTypeDef::DescriptorSkipLength
ETH_DMAConfigTypeDef::DescriptorSkipLength
all items filtered out
Type of ETH_DMAConfigTypeDef::DescriptorSkipLength
ETH_DMAConfigTypeDef::DescriptorSkipLength
uint32_t
all items filtered out