Home
last modified time | relevance | path

Searched refs:TxDMABurstLength (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1722 assert_param(IS_ETH_TXDMA_BURST_LENGTH(dmaconf->TxDMABurstLength)); in HAL_ETH_ConfigDMA()
1756 dmaconf->TxDMABurstLength | in HAL_ETH_ConfigDMA()
2010 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
2059 dmainit.TxDMABurstLength | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c1729 assert_param(IS_ETH_TXDMA_BURST_LENGTH(dmaconf->TxDMABurstLength)); in HAL_ETH_ConfigDMA()
1763 dmaconf->TxDMABurstLength | in HAL_ETH_ConfigDMA()
2017 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
2066 dmainit.TxDMABurstLength | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c1716 assert_param(IS_ETH_TXDMA_BURST_LENGTH(dmaconf->TxDMABurstLength)); in HAL_ETH_ConfigDMA()
1749 dmaconf->TxDMABurstLength | in HAL_ETH_ConfigDMA()
2002 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
2049 dmainit.TxDMABurstLength | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c1728 assert_param(IS_ETH_TXDMA_BURST_LENGTH(dmaconf->TxDMABurstLength)); in HAL_ETH_ConfigDMA()
1762 dmaconf->TxDMABurstLength | in HAL_ETH_ConfigDMA()
2016 dmainit.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
2065 dmainit.TxDMABurstLength | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2255 dmaconf->TxDMABurstLength = READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_PBL); in HAL_ETH_GetDMAConfig()
2841 dmaconf->TxDMABurstLength | in ETH_SetDMAConfig()
2904 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c1985 dmaconf->TxDMABurstLength = READ_BIT(heth->Instance->DMACTCR, ETH_DMACTCR_TPBL); in HAL_ETH_GetDMAConfig()
2507 dmaregval = (dmaconf->TxDMABurstLength | in ETH_SetDMAConfig()
2586 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2255 dmaconf->TxDMABurstLength = READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_PBL); in HAL_ETH_GetDMAConfig()
2841 dmaconf->TxDMABurstLength | in ETH_SetDMAConfig()
2904 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c2319 dmaconf->TxDMABurstLength = READ_BIT(heth->Instance->DMACTCR, ETH_DMACTCR_TPBL); in HAL_ETH_GetDMAConfig()
2846 dmaregval = (dmaconf->TxDMABurstLength | in ETH_SetDMAConfig()
2925 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c2375 dmaconf->TxDMABurstLength = READ_BIT(heth->Instance->DMACTCR, ETH_DMACTCR_TPBL); in HAL_ETH_GetDMAConfig()
2912 dmaregval = (dmaconf->TxDMABurstLength | in ETH_SetDMAConfig()
2991 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c2337 dmaconf->TxDMABurstLength = READ_BIT(heth->Instance->DMACTCR, ETH_DMACTCR_TPBL); in HAL_ETH_GetDMAConfig()
2864 dmaregval = (dmaconf->TxDMABurstLength | in ETH_SetDMAConfig()
2943 dmaDefaultConf.TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2479 …dmaconf->DMACh[ch].TxDMABurstLength = READ_BIT(heth->Instance->DMA_CH[ch].DMACTXCR, ETH_DMACxTXCR_… in HAL_ETH_GetDMAConfig()
3035 dmaregval = (((dmaconf->DMACh[ch]).TxDMABurstLength) | in ETH_SetDMAConfig()
3166 dmaDefaultConf.DMACh[ch].TxDMABurstLength = ETH_TXDMABURSTLENGTH_32BEAT; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h367TxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred in one Tx DM… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h367TxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred in one Tx DM… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h359TxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred in one Tx DM… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h359TxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred in one Tx DM… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h367TxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred in one Tx DM… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h340 …uint32_t TxDMABurstLength; /*!< Indicates the maximum number of beats to be transfer… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h377TxDMABurstLength; /*!< Indicates the maximum number of beats to be transferred in one Tx DM… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h552 …uint32_t TxDMABurstLength; /*!< Indicates the maximum number of beats to be… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h550 …uint32_t TxDMABurstLength; /*!< Indicates the maximum number of beats to be… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h550 …uint32_t TxDMABurstLength; /*!< Indicates the maximum number of beats to be… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h552 …uint32_t TxDMABurstLength; /*!< Indicates the maximum number of beats to be… member