Home
last modified time | relevance | path

Searched refs:TransmitStoreForward (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1713 assert_param(IS_ETH_TRANSMIT_STORE_FORWARD(dmaconf->TransmitStoreForward)); in HAL_ETH_ConfigDMA()
1736 dmaconf->TransmitStoreForward | in HAL_ETH_ConfigDMA()
2001 dmainit.TransmitStoreForward = ETH_TRANSMITSTOREFORWARD_ENABLE; in ETH_MACDMAConfig()
2032 dmainit.TransmitStoreForward | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c1720 assert_param(IS_ETH_TRANSMIT_STORE_FORWARD(dmaconf->TransmitStoreForward)); in HAL_ETH_ConfigDMA()
1743 dmaconf->TransmitStoreForward | in HAL_ETH_ConfigDMA()
2008 dmainit.TransmitStoreForward = ETH_TRANSMITSTOREFORWARD_ENABLE; in ETH_MACDMAConfig()
2039 dmainit.TransmitStoreForward | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c1707 assert_param(IS_ETH_TRANSMIT_STORE_FORWARD(dmaconf->TransmitStoreForward)); in HAL_ETH_ConfigDMA()
1729 dmaconf->TransmitStoreForward | in HAL_ETH_ConfigDMA()
1993 dmainit.TransmitStoreForward = ETH_TRANSMITSTOREFORWARD_ENABLE; in ETH_MACDMAConfig()
2023 dmainit.TransmitStoreForward | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c1719 assert_param(IS_ETH_TRANSMIT_STORE_FORWARD(dmaconf->TransmitStoreForward)); in HAL_ETH_ConfigDMA()
1742 dmaconf->TransmitStoreForward | in HAL_ETH_ConfigDMA()
2007 dmainit.TransmitStoreForward = ETH_TRANSMITSTOREFORWARD_ENABLE; in ETH_MACDMAConfig()
2038 dmainit.TransmitStoreForward | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2263 …dmaconf->TransmitStoreForward = ((READ_BIT(heth->Instance->DMAOMR, ETH_DMAOMR_TSF) >> 21) > 0U) ? … in HAL_ETH_GetDMAConfig()
2820 ((uint32_t)dmaconf->TransmitStoreForward << 21U) | in ETH_SetDMAConfig()
2895 dmaDefaultConf.TransmitStoreForward = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2263 …dmaconf->TransmitStoreForward = ((READ_BIT(heth->Instance->DMAOMR, ETH_DMAOMR_TSF) >> 21) > 0U) ? … in HAL_ETH_GetDMAConfig()
2820 ((uint32_t)dmaconf->TransmitStoreForward << 21U) | in ETH_SetDMAConfig()
2895 dmaDefaultConf.TransmitStoreForward = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h355 …FunctionalState TransmitStoreForward; /*!< Enables or disables Transmit store and forw… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h355 …FunctionalState TransmitStoreForward; /*!< Enables or disables Transmit store and forw… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h523 …uint32_t TransmitStoreForward; /*!< Enables or disables Transmit store and forw… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h521 …uint32_t TransmitStoreForward; /*!< Enables or disables Transmit store and forw… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h521 …uint32_t TransmitStoreForward; /*!< Enables or disables Transmit store and forw… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h523 …uint32_t TransmitStoreForward; /*!< Enables or disables Transmit store and forw… member