Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c517 uint16_t PHYReg, in HAL_ETH_ReadPHYRegister() argument
547 …tmpreg |= ( ( ( uint32_t ) PHYReg << 6 ) & ETH_MACMIIAR_MR ); /* Set the PHY regis… in HAL_ETH_ReadPHYRegister()
601 uint16_t PHYReg, in HAL_ETH_WritePHYRegister() argument
631 …tmpreg |= ( ( ( uint32_t ) PHYReg << 6 ) & ETH_MACMIIAR_MR ); /* Set the PHY regis… in HAL_ETH_WritePHYRegister()
Dstm32fxx_hal_eth.h2350 uint16_t PHYReg,
2353 uint16_t PHYReg,
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.h1777 uint32_t PHYReg,
1781 uint32_t PHYReg,
Dstm32hxx_hal_eth.c1893 uint32_t PHYReg, in HAL_ETH_ReadPHYRegister() argument
1914 MODIFY_REG( tmpreg, ETH_MACMDIOAR_RDA, ( PHYReg << 16 ) ); in HAL_ETH_ReadPHYRegister()
1950 uint32_t PHYReg, in HAL_ETH_WritePHYRegister() argument
1971 MODIFY_REG( tmpreg, ETH_MACMDIOAR_RDA, ( PHYReg << 16 ) ); in HAL_ETH_WritePHYRegister()