Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.h141 ( ( CMD ) == ETH_RECEIVEAll_DISABLE ) )
1202 #define ETH_RECEIVEAll_DISABLE ( ( uint32_t ) 0x00000000U ) macro
Dstm32fxx_hal_eth.c1173 macinit.ReceiveAll = ETH_RECEIVEAll_DISABLE; in ETH_MACDMAConfig()