pub struct R(/* private fields */);Expand description
Register TFRMODE reader
Implementations§
Source§impl R
impl R
Sourcepub fn blkcnten(&self) -> BLKCNTEN_R
pub fn blkcnten(&self) -> BLKCNTEN_R
Bit 1 - Block Count Enable
Sourcepub fn autocmden(&self) -> AUTOCMDEN_R
pub fn autocmden(&self) -> AUTOCMDEN_R
Bits 2:3 - Auto Command Enable
Sourcepub fn datdirsel(&self) -> DATDIRSEL_R
pub fn datdirsel(&self) -> DATDIRSEL_R
Bit 4 - Data Transfer Direction Select
Sourcepub fn multsingblksel(&self) -> MULTSINGBLKSEL_R
pub fn multsingblksel(&self) -> MULTSINGBLKSEL_R
Bit 5 - Multiple or Single Block Data Transfer Selection
Sourcepub fn resptypesel(&self) -> RESPTYPESEL_R
pub fn resptypesel(&self) -> RESPTYPESEL_R
Bits 16:17 - Response Type Select
Sourcepub fn cmdcrcchken(&self) -> CMDCRCCHKEN_R
pub fn cmdcrcchken(&self) -> CMDCRCCHKEN_R
Bit 19 - Command CRC Check Enable
Sourcepub fn cmdindxchken(&self) -> CMDINDXCHKEN_R
pub fn cmdindxchken(&self) -> CMDINDXCHKEN_R
Bit 20 - Command Index Check Enable
Sourcepub fn datpressel(&self) -> DATPRESSEL_R
pub fn datpressel(&self) -> DATPRESSEL_R
Bit 21 - Data Present Select
Sourcepub fn cmdindex(&self) -> CMDINDEX_R
pub fn cmdindex(&self) -> CMDINDEX_R
Bits 24:29 - Command Index
Methods from Deref<Target = R<TFRMODE_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