Home
last modified time | relevance | path

Searched refs:AutoNegotiation (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c477 xETH.Init.AutoNegotiation = ETH_AUTONEGOTIATION_ENABLE; in xSTM32F_NetworkInterfaceInitialise()
1306 if( xETH.Init.AutoNegotiation != ETH_AUTONEGOTIATION_DISABLE ) in prvEthernetUpdateConfig()
Dstm32fxx_hal_eth.c220 assert_param( IS_ETH_AUTONEGOTIATION( heth->Init.AutoNegotiation ) ); in HAL_ETH_Init()
Dstm32fxx_hal_eth.h501 uint32_t AutoNegotiation; /*!< Selects or not the AutoNegotiation mode for the external PHY member