Searched refs:IS_ETH_PHY_ADDRESS (Results 1 – 2 of 2) sorted by relevance
525 assert_param( IS_ETH_PHY_ADDRESS( heth->Init.PhyAddress ) ); in HAL_ETH_ReadPHYRegister()609 assert_param( IS_ETH_PHY_ADDRESS( heth->Init.PhyAddress ) ); in HAL_ETH_WritePHYRegister()
70 #define IS_ETH_PHY_ADDRESS( ADDRESS ) ( ( ADDRESS ) <= 0x20 ) macro