Home
last modified time | relevance | path

Searched refs:DescriptorSkipLength (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c1034 assert_param( IS_ETH_DMA_DESC_SKIP_LENGTH( dmaconf->DescriptorSkipLength ) ); in HAL_ETH_ConfigDMA()
1063 ( dmaconf->DescriptorSkipLength << 2 ) | in HAL_ETH_ConfigDMA()
1310 dmainit.DescriptorSkipLength = 0x0uL; in ETH_MACDMAConfig()
1353 ( dmainit.DescriptorSkipLength << 2 ) | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h684 …uint32_t DescriptorSkipLength; /*!< Specifies the number of word to skip between two unchai… member