Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1711 assert_param(IS_ETH_RECEIVE_STORE_FORWARD(dmaconf->ReceiveStoreForward)); in HAL_ETH_ConfigDMA()
1734 dmaconf->ReceiveStoreForward | in HAL_ETH_ConfigDMA()
1999 dmainit.ReceiveStoreForward = ETH_RECEIVESTOREFORWARD_ENABLE; in ETH_MACDMAConfig()
2030 dmainit.ReceiveStoreForward | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c1718 assert_param(IS_ETH_RECEIVE_STORE_FORWARD(dmaconf->ReceiveStoreForward)); in HAL_ETH_ConfigDMA()
1741 dmaconf->ReceiveStoreForward | in HAL_ETH_ConfigDMA()
2006 dmainit.ReceiveStoreForward = ETH_RECEIVESTOREFORWARD_ENABLE; in ETH_MACDMAConfig()
2037 dmainit.ReceiveStoreForward | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c1705 assert_param(IS_ETH_RECEIVE_STORE_FORWARD(dmaconf->ReceiveStoreForward)); in HAL_ETH_ConfigDMA()
1727 dmaconf->ReceiveStoreForward | in HAL_ETH_ConfigDMA()
1991 dmainit.ReceiveStoreForward = ETH_RECEIVESTOREFORWARD_ENABLE; in ETH_MACDMAConfig()
2021 dmainit.ReceiveStoreForward | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c1717 assert_param(IS_ETH_RECEIVE_STORE_FORWARD(dmaconf->ReceiveStoreForward)); in HAL_ETH_ConfigDMA()
1740 dmaconf->ReceiveStoreForward | in HAL_ETH_ConfigDMA()
2005 dmainit.ReceiveStoreForward = ETH_RECEIVESTOREFORWARD_ENABLE; in ETH_MACDMAConfig()
2036 dmainit.ReceiveStoreForward | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2261 …dmaconf->ReceiveStoreForward = ((READ_BIT(heth->Instance->DMAOMR, ETH_DMAOMR_RSF) >> 25) > 0U) ? E… in HAL_ETH_GetDMAConfig()
2818 ((uint32_t)dmaconf->ReceiveStoreForward << 25U) | in ETH_SetDMAConfig()
2893 dmaDefaultConf.ReceiveStoreForward = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2261 …dmaconf->ReceiveStoreForward = ((READ_BIT(heth->Instance->DMAOMR, ETH_DMAOMR_RSF) >> 25) > 0U) ? E… in HAL_ETH_GetDMAConfig()
2818 ((uint32_t)dmaconf->ReceiveStoreForward << 25U) | in ETH_SetDMAConfig()
2893 dmaDefaultConf.ReceiveStoreForward = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h353 …FunctionalState ReceiveStoreForward; /*!< Enables or disables the Receive store and f… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h353 …FunctionalState ReceiveStoreForward; /*!< Enables or disables the Receive store and f… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h517 …uint32_t ReceiveStoreForward; /*!< Enables or disables the Receive store and f… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h515 …uint32_t ReceiveStoreForward; /*!< Enables or disables the Receive store and f… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h515 …uint32_t ReceiveStoreForward; /*!< Enables or disables the Receive store and f… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h517 …uint32_t ReceiveStoreForward; /*!< Enables or disables the Receive store and f… member