Struct d1_pac::emac::emac_rgmii_sta::R
source · pub struct R(/* private fields */);
Expand description
Register emac_rgmii_sta
reader
Implementations§
source§impl R
impl R
sourcepub fn rgmii_link_md(&self) -> RGMII_LINK_MD_R
pub fn rgmii_link_md(&self) -> RGMII_LINK_MD_R
Bit 0 - The link mode of the RGMII interface
sourcepub fn rgmii_link_spd(&self) -> RGMII_LINK_SPD_R
pub fn rgmii_link_spd(&self) -> RGMII_LINK_SPD_R
Bits 1:2 - The link speed of the RGMII interface
sourcepub fn rgmii_link(&self) -> RGMII_LINK_R
pub fn rgmii_link(&self) -> RGMII_LINK_R
Bit 3 - The link status of the RGMII interface
Methods from Deref<Target = R<EMAC_RGMII_STA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more