pub struct R(_);
Expand description
Register BYTCNT
reader
Implementations§
§impl R
impl R
pub fn byte_count(&self) -> FieldReaderRaw<u32, u32>
pub fn byte_count(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - Number of bytes to be transferred, should be an integral multiple of Block Size for block transfers. For data transfers of undefined byte lengths, byte count should be set to 0. When byte count is set to 0, it is the responsibility of host to explicitly send stop/abort command to terminate data transfer.
Methods from Deref<Target = R<BYTCNT_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<BYTCNT_SPEC>> for R
impl From<R<BYTCNT_SPEC>> for R
§fn from(reader: R<BYTCNT_SPEC>) -> R
fn from(reader: R<BYTCNT_SPEC>) -> R
Converts to this type from the input type.