Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
HDstm32hxx_hal_eth.c2055 …macconf->SlowProtocolDetect = ( ( READ_BIT( heth->Instance->MACECR, ETH_MACECR_SPEN ) >> 17 ) > 0U… in HAL_ETH_GetMACConfig()
2531 ( ( uint32_t ) macconf->SlowProtocolDetect << 17 ) | in ETH_SetMACConfig()
2652 macDefaultConf.SlowProtocolDetect = DISABLE; in ETH_MACDMAConfig()
HDstm32hxx_hal_eth.h370 …FunctionalState SlowProtocolDetect; /*!< Enable or disables the Slow Protocol Detecti… member