phy

一.结构体api 1.PHY设备网络 [cpp] view plain copy struct phy_device {       struct phy_driver *drv; //PHY设备驱动       struct mii_bus *bus;    //对应的MII总线       struct device dev;  //设备文件       u32 phy_id; //PHY I
相关文章
相关标签/搜索