HAL + 0/1 examples
CodeScope will show references to ETH_DMAConfigTypeDef::FlushRxPacket from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_DMAConfigTypeDef::FlushRxPacket

ETH_DMAConfigTypeDef::FlushRxPacket field

Enables or disables the Rx Packet Flush

Syntax

Examples

ETH_DMAConfigTypeDef::FlushRxPacket is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_eth.h:372
FunctionalState FlushRxPacket; /*!< Enables or disables the Rx Packet Flush */
stm32f4xx_hal_eth.c:2248HAL_ETH_GetDMAConfig()
dmaconf->FlushRxPacket = ((READ_BIT(heth->Instance->DMAOMR, ETH_DMAOMR_FTF) >> 20) > 0U) ? DISABLE : ENABLE;
stm32f4xx_hal_eth.c:2804ETH_SetDMAConfig()
((uint32_t)((dmaconf->FlushRxPacket == DISABLE) ? 1U : 0U) << 20U) |
stm32f4xx_hal_eth.c:2878ETH_MACDMAConfig()
dmaDefaultConf.FlushRxPacket = ENABLE;

Data Use

Functions writing ETH_DMAConfigTypeDef::FlushRxPacket
Functions reading ETH_DMAConfigTypeDef::FlushRxPacket
ETH_DMAConfigTypeDef::FlushRxPacket
all items filtered out
Type of ETH_DMAConfigTypeDef::FlushRxPacket
ETH_DMAConfigTypeDef::FlushRxPacket
all items filtered out