pub struct R(/* private fields */);Expand description
Register CFG0 reader
Implementations§
Source§impl R
impl R
Sourcepub fn tuningcnt(&self) -> TUNINGCNT_R
pub fn tuningcnt(&self) -> TUNINGCNT_R
Bits 0:5 - Tuning Counter Value
Sourcepub fn toutclkfreq(&self) -> TOUTCLKFREQ_R
pub fn toutclkfreq(&self) -> TOUTCLKFREQ_R
Bits 6:11 - Timeout Clock Frequency
Sourcepub fn toutclkunit(&self) -> TOUTCLKUNIT_R
pub fn toutclkunit(&self) -> TOUTCLKUNIT_R
Bit 12 - Timeout Clock Unit in kHz or MHz
Sourcepub fn baseclkfreq(&self) -> BASECLKFREQ_R
pub fn baseclkfreq(&self) -> BASECLKFREQ_R
Bits 13:20 - Base Clock Frequency for SD_CLK
Sourcepub fn maxblklen(&self) -> MAXBLKLEN_R
pub fn maxblklen(&self) -> MAXBLKLEN_R
Bits 21:22 - MAX Block Length of Transfer
Sourcepub fn c8bitsup(&self) -> C8BITSUP_R
pub fn c8bitsup(&self) -> C8BITSUP_R
Bit 23 - 8-bit Interface Support
Sourcepub fn cadma2sup(&self) -> CADMA2SUP_R
pub fn cadma2sup(&self) -> CADMA2SUP_R
Bit 24 - ADMA2 Mode Support
Sourcepub fn csdmasup(&self) -> CSDMASUP_R
pub fn csdmasup(&self) -> CSDMASUP_R
Bit 26 - SDMA Mode Support
Sourcepub fn csuspressup(&self) -> CSUSPRESSUP_R
pub fn csuspressup(&self) -> CSUSPRESSUP_R
Bit 27 - Suspend/Resume Support
Sourcepub fn c3p3vsup(&self) -> C3P3VSUP_R
pub fn c3p3vsup(&self) -> C3P3VSUP_R
Bit 28 - Core 3P3V Support
Sourcepub fn c3p0vsup(&self) -> C3P0VSUP_R
pub fn c3p0vsup(&self) -> C3P0VSUP_R
Bit 29 - 3P0V Support
Sourcepub fn c1p8vsup(&self) -> C1P8VSUP_R
pub fn c1p8vsup(&self) -> C1P8VSUP_R
Bit 30 - 1P8V Support
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