pub struct R(/* private fields */);Expand description
Register CLOCKCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn intclken(&self) -> INTCLKEN_R
pub fn intclken(&self) -> INTCLKEN_R
Bit 0 - Internal Clock Enable
Sourcepub fn intclkstable(&self) -> INTCLKSTABLE_R
pub fn intclkstable(&self) -> INTCLKSTABLE_R
Bit 1 - Internal Clock Stable
Sourcepub fn clkgensel(&self) -> CLKGENSEL_R
pub fn clkgensel(&self) -> CLKGENSEL_R
Bit 5 - Clock Generator Select
Sourcepub fn uppsdclkfre(&self) -> UPPSDCLKFRE_R
pub fn uppsdclkfre(&self) -> UPPSDCLKFRE_R
Bits 6:7 - Upper Bits of SD_CLK Frequency Select
Sourcepub fn sdclkfreqsel(&self) -> SDCLKFREQSEL_R
pub fn sdclkfreqsel(&self) -> SDCLKFREQSEL_R
Bits 8:15 - SD_CLK Frequency Select
Sourcepub fn dattoutcntval(&self) -> DATTOUTCNTVAL_R
pub fn dattoutcntval(&self) -> DATTOUTCNTVAL_R
Bits 16:19 - Data Timeout Counter Value
Sourcepub fn sftrstcmd(&self) -> SFTRSTCMD_R
pub fn sftrstcmd(&self) -> SFTRSTCMD_R
Bit 25 - Software Reset for CMD Line
Sourcepub fn sftrstdat(&self) -> SFTRSTDAT_R
pub fn sftrstdat(&self) -> SFTRSTDAT_R
Bit 26 - Software Reset for DAT Line
Methods from Deref<Target = R<CLOCKCTRL_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