Lines Matching defs:C45
26 /// C22 and C45 PHY registers.
34 /// // read C45 PMA/PMD control 1 register
35 /// dev.read(C45::new(Mmd::PMAPMD, 0));
40 /// // Checks the link status as reported by registers in the C45 namespace
42 /// dev.genphy_read_status::<phy::C45>();
182 /// that device. `C45` represents this by storing a [`Mmd`] and
184 pub struct C45 {
189 impl C45 {
190 /// Creates a new instance of `C45`.
196 impl private::Sealed for C45 {}
198 impl Register for C45 {