Home
last modified time | relevance | path

Searched refs:FlushReceivedFrame (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c1022 assert_param( IS_ETH_FLUSH_RECEIVE_FRAME( dmaconf->FlushReceivedFrame ) ); in HAL_ETH_ConfigDMA()
1046 dmaconf->FlushReceivedFrame | in HAL_ETH_ConfigDMA()
1298 dmainit.FlushReceivedFrame = ETH_FLUSHRECEIVEDFRAME_ENABLE; in ETH_MACDMAConfig()
1329 dmainit.FlushReceivedFrame | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h646 … uint32_t FlushReceivedFrame; /*!< Enables or disables the flushing of received frames. member