Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1724 assert_param(IS_ETH_DMA_DESC_SKIP_LENGTH(dmaconf->DescriptorSkipLength)); in HAL_ETH_ConfigDMA()
1758 (dmaconf->DescriptorSkipLength << 2U) | in HAL_ETH_ConfigDMA()
2012 dmainit.DescriptorSkipLength = 0x0U; in ETH_MACDMAConfig()
2061 (dmainit.DescriptorSkipLength << 2U) | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c1731 assert_param(IS_ETH_DMA_DESC_SKIP_LENGTH(dmaconf->DescriptorSkipLength)); in HAL_ETH_ConfigDMA()
1765 (dmaconf->DescriptorSkipLength << 2) | in HAL_ETH_ConfigDMA()
2019 dmainit.DescriptorSkipLength = 0x0; in ETH_MACDMAConfig()
2068 (dmainit.DescriptorSkipLength << 2) | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c1717 assert_param(IS_ETH_DMA_DESC_SKIP_LENGTH(dmaconf->DescriptorSkipLength)); in HAL_ETH_ConfigDMA()
1750 (dmaconf->DescriptorSkipLength << 2U) | in HAL_ETH_ConfigDMA()
2003 dmainit.DescriptorSkipLength = 0x0U; in ETH_MACDMAConfig()
2050 (dmainit.DescriptorSkipLength << 2U) | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c1730 assert_param(IS_ETH_DMA_DESC_SKIP_LENGTH(dmaconf->DescriptorSkipLength)); in HAL_ETH_ConfigDMA()
1764 (dmaconf->DescriptorSkipLength << 2U) | in HAL_ETH_ConfigDMA()
2018 dmainit.DescriptorSkipLength = 0x0U; in ETH_MACDMAConfig()
2067 (dmainit.DescriptorSkipLength << 2U) | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2257 dmaconf->DescriptorSkipLength = READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_DSL) >> 2; in HAL_ETH_GetDMAConfig()
2843 (dmaconf->DescriptorSkipLength << 2U) | in ETH_SetDMAConfig()
2906 dmaDefaultConf.DescriptorSkipLength = 0x0U; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2257 dmaconf->DescriptorSkipLength = READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_DSL) >> 2; in HAL_ETH_GetDMAConfig()
2843 (dmaconf->DescriptorSkipLength << 2U) | in ETH_SetDMAConfig()
2906 dmaDefaultConf.DescriptorSkipLength = 0x0U; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2480 …dmaconf->DMACh[ch].DescriptorSkipLength = READ_BIT(heth->Instance->DMA_CH[ch].DMACCR, ETH_DMACxCR_… in HAL_ETH_GetDMAConfig()
3029 (dmaconf->DMACh[ch]).DescriptorSkipLength | in ETH_SetDMAConfig()
3167 dmaDefaultConf.DMACh[ch].DescriptorSkipLength = ETH_DMA_DESC_SKIP_LENGTH_32; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h390DescriptorSkipLength; /*!< Specifies the number of word to skip between two unchained descr… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h390DescriptorSkipLength; /*!< Specifies the number of word to skip between two unchained descr… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h384 uint32_t DescriptorSkipLength; /*!< Sets the Descriptor Skip Length */ member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h558 …uint32_t DescriptorSkipLength; /*!< Specifies the number of word to skip betwee… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h553 …uint32_t DescriptorSkipLength; /*!< Specifies the number of word to skip betwee… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h556 …uint32_t DescriptorSkipLength; /*!< Specifies the number of word to skip betwee… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h558 …uint32_t DescriptorSkipLength; /*!< Specifies the number of word to skip betwee… member