Add more documentation and comment

This commit is contained in:
René van Dorst
2023-09-07 22:32:20 +02:00
parent 336ae54a56
commit c27b0296fe
2 changed files with 8 additions and 0 deletions

View File

@ -111,6 +111,7 @@ pub mod RegsC45 {
}
}
/// 10-BASE-T1x PHY functions.
pub struct Phy10BaseT1x(u8);
impl Default for Phy10BaseT1x {