pub struct R(/* private fields */);Expand description
Register CAPAB0 reader
Implementations§
Source§impl R
impl R
Sourcepub fn tmoutclkfreq(&self) -> TMOUTCLKFREQ_R
pub fn tmoutclkfreq(&self) -> TMOUTCLKFREQ_R
Bits 0:5 - Timeout Clock Frequency
Sourcepub fn tmoutclkunit(&self) -> TMOUTCLKUNIT_R
pub fn tmoutclkunit(&self) -> TMOUTCLKUNIT_R
Bit 7 - Timeout Clock Unit
Sourcepub fn baseclkfreqsd(&self) -> BASECLKFREQSD_R
pub fn baseclkfreqsd(&self) -> BASECLKFREQSD_R
Bits 8:15 - Base Clock Frequency for SD_CLK
Sourcepub fn maxblocklen(&self) -> MAXBLOCKLEN_R
pub fn maxblocklen(&self) -> MAXBLOCKLEN_R
Bits 16:17 - Maximum Block Length
Sourcepub fn extmediabussup(&self) -> EXTMEDIABUSSUP_R
pub fn extmediabussup(&self) -> EXTMEDIABUSSUP_R
Bit 18 - Extended Media Bus Support
Sourcepub fn adma2sup(&self) -> ADMA2SUP_R
pub fn adma2sup(&self) -> ADMA2SUP_R
Bit 19 - ADMA2 Support
Sourcepub fn susressup(&self) -> SUSRESSUP_R
pub fn susressup(&self) -> SUSRESSUP_R
Bit 23 - Suspend / Resume Support
Sourcepub fn voltsup3p3v(&self) -> VOLTSUP3P3V_R
pub fn voltsup3p3v(&self) -> VOLTSUP3P3V_R
Bit 24 - Voltage Support 3.3V
Sourcepub fn voltsup3p0v(&self) -> VOLTSUP3P0V_R
pub fn voltsup3p0v(&self) -> VOLTSUP3P0V_R
Bit 25 - Voltage Support 3.0V
Sourcepub fn voltsup1p8v(&self) -> VOLTSUP1P8V_R
pub fn voltsup1p8v(&self) -> VOLTSUP1P8V_R
Bit 26 - Voltage Support 1.8V
Sourcepub fn sysbus64bsup(&self) -> SYSBUS64BSUP_R
pub fn sysbus64bsup(&self) -> SYSBUS64BSUP_R
Bit 28 - System Bus 64-bit Support
Sourcepub fn asyncintsup(&self) -> ASYNCINTSUP_R
pub fn asyncintsup(&self) -> ASYNCINTSUP_R
Bit 29 - Asynchronous Interrupt Support
Sourcepub fn ifslottype(&self) -> IFSLOTTYPE_R
pub fn ifslottype(&self) -> IFSLOTTYPE_R
Bits 30:31 - Interface Card Slot Type
Methods from Deref<Target = R<CAPAB0_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