Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2262 …dmaconf->FlushRxPacket = ((READ_BIT(heth->Instance->DMAOMR, ETH_DMAOMR_FTF) >> 20) > 0U) ? DISABLE… in HAL_ETH_GetDMAConfig()
2819 ((uint32_t)((dmaconf->FlushRxPacket == DISABLE) ? 1U : 0U) << 20U) | in ETH_SetDMAConfig()
2894 dmaDefaultConf.FlushRxPacket = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c1980 …dmaconf->FlushRxPacket = ((READ_BIT(heth->Instance->DMACRCR, ETH_DMACRCR_RPF) >> 31) > 0U) ? ENAB… in HAL_ETH_GetDMAConfig()
2514 dmaregval = (((uint32_t)dmaconf->FlushRxPacket << 31) | in ETH_SetDMAConfig()
2581 dmaDefaultConf.FlushRxPacket = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2262 …dmaconf->FlushRxPacket = ((READ_BIT(heth->Instance->DMAOMR, ETH_DMAOMR_FTF) >> 20) > 0U) ? DISABLE… in HAL_ETH_GetDMAConfig()
2819 ((uint32_t)((dmaconf->FlushRxPacket == DISABLE) ? 1U : 0U) << 20U) | in ETH_SetDMAConfig()
2894 dmaDefaultConf.FlushRxPacket = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c2314 …dmaconf->FlushRxPacket = ((READ_BIT(heth->Instance->DMACRCR, ETH_DMACRCR_RPF) >> 31) > 0U) ? ENAB… in HAL_ETH_GetDMAConfig()
2853 dmaregval = (((uint32_t)dmaconf->FlushRxPacket << 31) | in ETH_SetDMAConfig()
2920 dmaDefaultConf.FlushRxPacket = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c2370 …dmaconf->FlushRxPacket = ((READ_BIT(heth->Instance->DMACRCR, ETH_DMACRCR_RPF) >> 31) > 0U) ? ENAB… in HAL_ETH_GetDMAConfig()
2919 dmaregval = (((uint32_t)dmaconf->FlushRxPacket << 31) | in ETH_SetDMAConfig()
2986 dmaDefaultConf.FlushRxPacket = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c2332 …dmaconf->FlushRxPacket = ((READ_BIT(heth->Instance->DMACRCR, ETH_DMACRCR_RPF) >> 31) > 0U) ? ENAB… in HAL_ETH_GetDMAConfig()
2871 dmaregval = (((uint32_t)dmaconf->FlushRxPacket << 31) | in ETH_SetDMAConfig()
2938 dmaDefaultConf.FlushRxPacket = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2483 dmaconf->DMACh[ch].FlushRxPacket = ((READ_BIT(heth->Instance->DMA_CH[ch].DMACRXCR, in HAL_ETH_GetDMAConfig()
3043 dmaregval = (((uint32_t)(dmaconf->DMACh[ch]).FlushRxPacket << 31) | in ETH_SetDMAConfig()
3161 dmaDefaultConf.DMACh[ch].FlushRxPacket = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h379 FunctionalState FlushRxPacket; /*!< Enables or disables the Rx Packet Flush */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h379 FunctionalState FlushRxPacket; /*!< Enables or disables the Rx Packet Flush */ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h371 FunctionalState FlushRxPacket; /*!< Enables or disables the Rx Packet Flush */ member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h371 FunctionalState FlushRxPacket; /*!< Enables or disables the Rx Packet Flush */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h379 FunctionalState FlushRxPacket; /*!< Enables or disables the Rx Packet Flush */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h349 FunctionalState FlushRxPacket; /*!< Enables or disables the Rx Packet Flush */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h386 …FunctionalState FlushRxPacket; /*!< Enables or disables the Rx Packet Flush… member