Home
last modified time | relevance | path

Searched refs:PhyAddress (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c417 xETH.Init.PhyAddress = 0; in xNetworkInterfaceInitialise()
1077 uint16_t usPrevAddress = xETH.Init.PhyAddress; in xSTM32_PhyRead()
1081 xETH.Init.PhyAddress = xAddress; in xSTM32_PhyRead()
1083 xETH.Init.PhyAddress = usPrevAddress; in xSTM32_PhyRead()
1102 uint16_t usPrevAddress = xETH.Init.PhyAddress; in xSTM32_PhyWrite()
1106 xETH.Init.PhyAddress = xAddress; in xSTM32_PhyWrite()
1108 xETH.Init.PhyAddress = usPrevAddress; in xSTM32_PhyWrite()
Dstm32fxx_hal_eth.c515 assert_param( IS_ETH_PHY_ADDRESS( heth->Init.PhyAddress ) ); in HAL_ETH_ReadPHYRegister()
536 …tmpreg |= ( ( ( uint32_t ) heth->Init.PhyAddress << 11 ) & ETH_MACMIIAR_PA ); /* Set the PHY devic… in HAL_ETH_ReadPHYRegister()
599 assert_param( IS_ETH_PHY_ADDRESS( heth->Init.PhyAddress ) ); in HAL_ETH_WritePHYRegister()
620 …tmpreg |= ( ( ( uint32_t ) heth->Init.PhyAddress << 11 ) & ETH_MACMIIAR_PA ); /* Set the PHY devic… in HAL_ETH_WritePHYRegister()
Dstm32fxx_hal_eth.h512 uint16_t PhyAddress; /*!< Ethernet PHY address. member
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c714 u32 PhyAddress, in XEmacPs_PhyRead2() argument
720 lResult = XEmacPs_PhyRead( InstancePtr, PhyAddress, RegisterNum, &( usReturn ) ); in XEmacPs_PhyRead2()