Type Alias DtdselR

Source
pub type DtdselR = BitReader<Dtdselselect>;
Expand description

Field DTDSEL reader - Data Transfer Direction Selection

Aliased Type§

struct DtdselR { /* private fields */ }

Implementations§

Source§

impl DtdselR

Source

pub const fn variant(&self) -> Dtdselselect

Get enumerated values variant

Source

pub fn is_write(&self) -> bool

Write (Host to Card)

Source

pub fn is_read(&self) -> bool

Read (Card to Host)