Searched refs:PhyAddress (Results 1 – 4 of 4) sorted by relevance
417 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()
515 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()
512 uint16_t PhyAddress; /*!< Ethernet PHY address. member
714 u32 PhyAddress, in XEmacPs_PhyRead2() argument720 lResult = XEmacPs_PhyRead( InstancePtr, PhyAddress, RegisterNum, &( usReturn ) ); in XEmacPs_PhyRead2()