pub struct R(/* private fields */);Expand description
Register BLKSIZE reader
Implementations§
Source§impl R
impl R
Sourcepub fn tfrblksize(&self) -> TFRBLKSIZE_R
pub fn tfrblksize(&self) -> TFRBLKSIZE_R
Bits 0:11 - Transfer Block Size, Specifies the Block Size for Block Data Transfers for CMD17, CMD18, CMD24, CMD25, and CMD53
Sourcepub fn hstsdmabufsize(&self) -> HSTSDMABUFSIZE_R
pub fn hstsdmabufsize(&self) -> HSTSDMABUFSIZE_R
Bits 12:14 - Host SDMA Buffer Size
Sourcepub fn blkscntforcurrtfr(&self) -> BLKSCNTFORCURRTFR_R
pub fn blkscntforcurrtfr(&self) -> BLKSCNTFORCURRTFR_R
Bits 16:31 - Blocks Count for Current Transfer
Methods from Deref<Target = R<BLKSIZE_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