Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2056 …macconf->UnicastSlowProtocolPacketDetect = ( ( READ_BIT( heth->Instance->MACECR, ETH_MACECR_USP ) … in HAL_ETH_GetMACConfig()
2530 ( ( uint32_t ) macconf->UnicastSlowProtocolPacketDetect << 18 ) | in ETH_SetMACConfig()
2659 macDefaultConf.UnicastSlowProtocolPacketDetect = DISABLE; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h368 …FunctionalState UnicastSlowProtocolPacketDetect; /*!< Enable or disables the Detection of Slow Pro… member