Struct d1_pac::sys_cfg::emac_ephy_clk0::R
source · pub struct R(/* private fields */);
Expand description
Register emac_ephy_clk0
reader
Implementations§
source§impl R
impl R
sourcepub fn phy_select(&self) -> PHY_SELECT_R
pub fn phy_select(&self) -> PHY_SELECT_R
Bit 15
sourcepub fn shutdown(&self) -> SHUTDOWN_R
pub fn shutdown(&self) -> SHUTDOWN_R
Bit 16
sourcepub fn phy_addr(&self) -> PHY_ADDR_R
pub fn phy_addr(&self) -> PHY_ADDR_R
Bits 20:24
sourcepub fn ephy_mode(&self) -> EPHY_MODE_R
pub fn ephy_mode(&self) -> EPHY_MODE_R
Bits 25:26
sourcepub fn xmii_sel(&self) -> XMII_SEL_R
pub fn xmii_sel(&self) -> XMII_SEL_R
Bit 27
sourcepub fn bps_efuse(&self) -> BPS_EFUSE_R
pub fn bps_efuse(&self) -> BPS_EFUSE_R
Bits 28:31
Methods from Deref<Target = R<EMAC_EPHY_CLK0_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