Struct d1_pac::sys_cfg::emac_ephy_clk0::W
source · pub struct W(/* private fields */);
Expand description
Register emac_ephy_clk0
writer
Implementations§
source§impl W
impl W
sourcepub fn phy_select(&mut self) -> PHY_SELECT_W<'_, 15>
pub fn phy_select(&mut self) -> PHY_SELECT_W<'_, 15>
Bit 15
sourcepub fn shutdown(&mut self) -> SHUTDOWN_W<'_, 16>
pub fn shutdown(&mut self) -> SHUTDOWN_W<'_, 16>
Bit 16
sourcepub fn phy_addr(&mut self) -> PHY_ADDR_W<'_, 20>
pub fn phy_addr(&mut self) -> PHY_ADDR_W<'_, 20>
Bits 20:24
sourcepub fn ephy_mode(&mut self) -> EPHY_MODE_W<'_, 25>
pub fn ephy_mode(&mut self) -> EPHY_MODE_W<'_, 25>
Bits 25:26
sourcepub fn xmii_sel(&mut self) -> XMII_SEL_W<'_, 27>
pub fn xmii_sel(&mut self) -> XMII_SEL_W<'_, 27>
Bit 27
sourcepub fn bps_efuse(&mut self) -> BPS_EFUSE_W<'_, 28>
pub fn bps_efuse(&mut self) -> BPS_EFUSE_W<'_, 28>
Bits 28:31
Methods from Deref<Target = W<EMAC_EPHY_CLK0_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