Type Alias R

Source
pub type R = R<BYTCNT_SPEC>;
Expand description

Register BYTCNT reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn byte_count(&self) -> BYTE_COUNT_R

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.