Searched refs:PHYReg (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/ |
D | stm32fxx_hal_eth.c | 517 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()
|
D | stm32fxx_hal_eth.h | 2350 uint16_t PHYReg, 2353 uint16_t PHYReg,
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/ |
D | stm32hxx_hal_eth.h | 1777 uint32_t PHYReg, 1781 uint32_t PHYReg,
|
D | stm32hxx_hal_eth.c | 1893 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()
|