Home
last modified time | relevance | path

Searched defs:rt_phy_driver (Results 1 – 1 of 1) sorted by relevance

/components/drivers/include/drivers/
A Dphy.h90 struct rt_phy_driver struct
92 struct rt_driver parent;
93 char name[RT_NAME_MAX];
94 rt_uint64_t uid;
95 rt_uint64_t mask;
96 rt_uint64_t mmds;
97 rt_uint32_t features;
99 int (*probe)(struct rt_phy_device *phydev);
100 int (*config)(struct rt_phy_device *phydev);
101 int (*startup)(struct rt_phy_device *phydev);
[all …]

Completed in 18 milliseconds