/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_eth.c | 1725 assert_param(IS_ETH_DMA_ARBITRATION_ROUNDROBIN_RXTX(dmaconf->DMAArbitration)); in HAL_ETH_ConfigDMA() 1759 dmaconf->DMAArbitration | in HAL_ETH_ConfigDMA() 2013 dmainit.DMAArbitration = ETH_DMAARBITRATION_ROUNDROBIN_RXTX_1_1; in ETH_MACDMAConfig() 2062 dmainit.DMAArbitration | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/ |
D | stm32f7xx_hal_eth.c | 1732 assert_param(IS_ETH_DMA_ARBITRATION_ROUNDROBIN_RXTX(dmaconf->DMAArbitration)); in HAL_ETH_ConfigDMA() 1766 dmaconf->DMAArbitration | in HAL_ETH_ConfigDMA() 2020 dmainit.DMAArbitration = ETH_DMAARBITRATION_ROUNDROBIN_RXTX_1_1; in ETH_MACDMAConfig() 2069 dmainit.DMAArbitration | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_eth.c | 1718 assert_param(IS_ETH_DMA_ARBITRATION_ROUNDROBIN_RXTX(dmaconf->DMAArbitration)); in HAL_ETH_ConfigDMA() 1751 dmaconf->DMAArbitration | in HAL_ETH_ConfigDMA() 2004 dmainit.DMAArbitration = ETH_DMAARBITRATION_ROUNDROBIN_RXTX_1_1; in ETH_MACDMAConfig() 2051 dmainit.DMAArbitration | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/ |
D | stm32f4xx_hal_eth.c | 1731 assert_param(IS_ETH_DMA_ARBITRATION_ROUNDROBIN_RXTX(dmaconf->DMAArbitration)); in HAL_ETH_ConfigDMA() 1765 dmaconf->DMAArbitration | in HAL_ETH_ConfigDMA() 2019 dmainit.DMAArbitration = ETH_DMAARBITRATION_ROUNDROBIN_RXTX_1_1; in ETH_MACDMAConfig() 2068 dmainit.DMAArbitration | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_eth.c | 2250 dmaconf->DMAArbitration = READ_BIT(heth->Instance->DMABMR, in HAL_ETH_GetDMAConfig() 2844 dmaconf->DMAArbitration | in ETH_SetDMAConfig() 2907 dmaDefaultConf.DMAArbitration = ETH_DMAARBITRATION_ROUNDROBIN_RXTX_1_1; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth.c | 1975 …dmaconf->DMAArbitration = READ_BIT(heth->Instance->DMAMR, (ETH_DMAMR_TXPR |ETH_DMAMR_PR | ETH_DMAM… in HAL_ETH_GetDMAConfig() 2491 MODIFY_REG(heth->Instance->DMAMR, ETH_DMAMR_MASK, dmaconf->DMAArbitration); in ETH_SetDMAConfig() 2580 dmaDefaultConf.DMAArbitration = ETH_DMAARBITRATION_RX1_TX1; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_eth.c | 2250 dmaconf->DMAArbitration = READ_BIT(heth->Instance->DMABMR, in HAL_ETH_GetDMAConfig() 2844 dmaconf->DMAArbitration | in ETH_SetDMAConfig() 2907 dmaDefaultConf.DMAArbitration = ETH_DMAARBITRATION_ROUNDROBIN_RXTX_1_1; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth.c | 2309 …dmaconf->DMAArbitration = READ_BIT(heth->Instance->DMAMR, (ETH_DMAMR_TXPR | ETH_DMAMR_PR | ETH_DMA… in HAL_ETH_GetDMAConfig() 2831 MODIFY_REG(heth->Instance->DMAMR, ETH_DMAMR_MASK, dmaconf->DMAArbitration); in ETH_SetDMAConfig() 2919 dmaDefaultConf.DMAArbitration = ETH_DMAARBITRATION_RX1_TX1; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth.c | 2365 …dmaconf->DMAArbitration = READ_BIT(heth->Instance->DMAMR, (ETH_DMAMR_TXPR | ETH_DMAMR_PR | ETH_DMA… in HAL_ETH_GetDMAConfig() 2897 MODIFY_REG(heth->Instance->DMAMR, ETH_DMAMR_MASK, dmaconf->DMAArbitration); in ETH_SetDMAConfig() 2985 dmaDefaultConf.DMAArbitration = ETH_DMAARBITRATION_RX1_TX1; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_eth.c | 2327 …dmaconf->DMAArbitration = READ_BIT(heth->Instance->DMAMR, (ETH_DMAMR_TXPR | ETH_DMAMR_PR | ETH_DMA… in HAL_ETH_GetDMAConfig() 2849 MODIFY_REG(heth->Instance->DMAMR, ETH_DMAMR_MASK, dmaconf->DMAArbitration); in ETH_SetDMAConfig() 2937 dmaDefaultConf.DMAArbitration = ETH_DMAARBITRATION_RX1_TX1; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth.h | 353 uint32_t DMAArbitration; /*!< Sets the arbitration scheme between DMA Tx and Rx member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth.h | 353 uint32_t DMAArbitration; /*!< Sets the arbitration scheme between DMA Tx and Rx member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_eth.h | 343 uint32_t DMAArbitration; /*!< Sets the arbitration scheme between DMA Tx and Rx member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_eth.h | 343 uint32_t DMAArbitration; /*!< Sets the arbitration scheme between DMA Tx and Rx member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth.h | 353 uint32_t DMAArbitration; /*!< Sets the arbitration scheme between DMA Tx and Rx member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_legacy.h | 326 uint32_t DMAArbitration; /*!< Sets the arbitration scheme between DMA Tx and Rx member
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_eth.h | 561 uint32_t DMAArbitration; /*!< Selects the DMA Tx/Rx arbitration. member
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_eth.h | 556 uint32_t DMAArbitration; /*!< Selects the DMA Tx/Rx arbitration. member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/ |
D | stm32f4xx_hal_eth_legacy.h | 559 uint32_t DMAArbitration; /*!< Selects the DMA Tx/Rx arbitration. member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/ |
D | stm32f7xx_hal_eth_legacy.h | 561 uint32_t DMAArbitration; /*!< Selects the DMA Tx/Rx arbitration. member
|