Searched refs:PhyAddress (Results 1 – 4 of 4) sorted by relevance
481 xETH.Init.PhyAddress = 0; in xSTM32F_NetworkInterfaceInitialise()1243 uint16_t usPrevAddress = xETH.Init.PhyAddress; in xSTM32_PhyRead()1247 xETH.Init.PhyAddress = xAddress; in xSTM32_PhyRead()1249 xETH.Init.PhyAddress = usPrevAddress; in xSTM32_PhyRead()1268 uint16_t usPrevAddress = xETH.Init.PhyAddress; in xSTM32_PhyWrite()1272 xETH.Init.PhyAddress = xAddress; in xSTM32_PhyWrite()1274 xETH.Init.PhyAddress = usPrevAddress; in xSTM32_PhyWrite()
525 assert_param( IS_ETH_PHY_ADDRESS( heth->Init.PhyAddress ) ); in HAL_ETH_ReadPHYRegister()546 …tmpreg |= ( ( ( uint32_t ) heth->Init.PhyAddress << 11 ) & ETH_MACMIIAR_PA ); /* Set the PHY devic… in HAL_ETH_ReadPHYRegister()609 assert_param( IS_ETH_PHY_ADDRESS( heth->Init.PhyAddress ) ); in HAL_ETH_WritePHYRegister()630 …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
690 u32 PhyAddress, in XEmacPs_PhyRead2() argument696 lResult = XEmacPs_PhyRead( InstancePtr, PhyAddress, RegisterNum, &( usReturn ) ); in XEmacPs_PhyRead2()