Searched refs:DescriptorSkipLength (Results 1 – 2 of 2) sorted by relevance
1034 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()
684 …uint32_t DescriptorSkipLength; /*!< Specifies the number of word to skip between two unchai… member