pub struct R(/* private fields */);
Expand description
Register PCGCCTL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn stoppclk(&self) -> STOPPCLK_R
pub fn stoppclk(&self) -> STOPPCLK_R
Bit 0 - Stop PHY clock
Sourcepub fn gatehclk(&self) -> GATEHCLK_R
pub fn gatehclk(&self) -> GATEHCLK_R
Bit 1 - Gate HCLK
Sourcepub fn rstpdwnmodule(&self) -> RSTPDWNMODULE_R
pub fn rstpdwnmodule(&self) -> RSTPDWNMODULE_R
Bit 3 - Reset Power-Down Modules
Sourcepub fn physleep(&self) -> PHYSLEEP_R
pub fn physleep(&self) -> PHYSLEEP_R
Bit 6 - PHY In Sleep
Methods from Deref<Target = R<PCGCCTL_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