Struct d1_pac::emac::emac_mii_cmd::R
source · pub struct R(/* private fields */);
Expand description
Register emac_mii_cmd
reader
Implementations§
source§impl R
impl R
sourcepub fn mii_busy(&self) -> MII_BUSY_R
pub fn mii_busy(&self) -> MII_BUSY_R
Bit 0 - MII Status
sourcepub fn phy_reg_addr(&self) -> PHY_REG_ADDR_R
pub fn phy_reg_addr(&self) -> PHY_REG_ADDR_R
Bits 4:8 - PHY Register Address
sourcepub fn phy_addr(&self) -> PHY_ADDR_R
pub fn phy_addr(&self) -> PHY_ADDR_R
Bits 12:16 - PHY Address
sourcepub fn mdc_div_ratio_m(&self) -> MDC_DIV_RATIO_M_R
pub fn mdc_div_ratio_m(&self) -> MDC_DIV_RATIO_M_R
Bits 20:22 - MDC Clock DIvider Ratio
Methods from Deref<Target = R<EMAC_MII_CMD_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