Type Alias R

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

Register DCTRL reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn dten(&self) -> DTEN_R

Bit 0 - Data transfer enable bit

Source

pub fn dtdir(&self) -> DTDIR_R

Bit 1 - Data transfer direction selection

Source

pub fn dtmode(&self) -> DTMODE_R

Bits 2:3 - Data transfer mode selection

Source

pub fn dblocksize(&self) -> DBLOCKSIZE_R

Bits 4:7 - Data block size

Source

pub fn rwstart(&self) -> RWSTART_R

Bit 8 - Read Wait start

Source

pub fn rwstop(&self) -> RWSTOP_R

Bit 9 - Read Wait stop

Source

pub fn rwmod(&self) -> RWMOD_R

Bit 10 - Read Wait mode

Source

pub fn sdioen(&self) -> SDIOEN_R

Bit 11 - SD I/O interrupt enable functions

Source

pub fn bootacken(&self) -> BOOTACKEN_R

Bit 12 - Enable the reception of the boot acknowledgment

Source

pub fn fiforst(&self) -> FIFORST_R

Bit 13 - FIFO reset, flushes any remaining data

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more