Struct d1_pac::emac::emac_mii_cmd::W
source · pub struct W(/* private fields */);
Expand description
Register emac_mii_cmd
writer
Implementations§
source§impl W
impl W
sourcepub fn mii_busy(&mut self) -> MII_BUSY_W<'_, 0>
pub fn mii_busy(&mut self) -> MII_BUSY_W<'_, 0>
Bit 0 - MII Status
sourcepub fn phy_reg_addr(&mut self) -> PHY_REG_ADDR_W<'_, 4>
pub fn phy_reg_addr(&mut self) -> PHY_REG_ADDR_W<'_, 4>
Bits 4:8 - PHY Register Address
sourcepub fn phy_addr(&mut self) -> PHY_ADDR_W<'_, 12>
pub fn phy_addr(&mut self) -> PHY_ADDR_W<'_, 12>
Bits 12:16 - PHY Address
sourcepub fn mdc_div_ratio_m(&mut self) -> MDC_DIV_RATIO_M_W<'_, 20>
pub fn mdc_div_ratio_m(&mut self) -> MDC_DIV_RATIO_M_W<'_, 20>
Bits 20:22 - MDC Clock DIvider Ratio
Methods from Deref<Target = W<EMAC_MII_CMD_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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