realtek-doc/sources/uboot-be550/drivers/net/rtl8372/miim.h
Markus Stockhausen 9b3bf98ee9 add BE550 sources
2025-10-14 01:59:03 -04:00

24 lines
No EOL
643 B
C
Executable file

#ifndef __RTK_API_MIIM_H__
#define __RTK_API_MIIM_H__
/* Function Name:
* phy_ptpRefTime_set
* Description:
* Set the reference time of PHY of the specified port.
* Input:
* timeStamp - reference timestamp value
* Output:
* None
* Return:
* RT_ERR_OK
* RT_ERR_FAILED
* RT_ERR_UNIT_ID - invalid unit id
* RT_ERR_NOT_INIT - The module is not initial
* RT_ERR_INPUT - invalid input parameter
* RT_ERR_PORT_NOT_SUPPORTED - This function is not supported by the PHY of this port
* Note:
* None
*/
extern ret_t phy_ptpRefTime_set(rtk_time_timeStamp_t timeStamp);
#endif