Type Alias DtdselW

Source
pub type DtdselW<'a, REG> = BitWriter<'a, REG, Dtdselselect>;
Expand description

Field DTDSEL writer - Data Transfer Direction Selection

Aliased Type§

struct DtdselW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> DtdselW<'a, REG>
where REG: Writable + RegisterSpec,

Source

pub fn write(self) -> &'a mut W<REG>

Write (Host to Card)

Source

pub fn read(self) -> &'a mut W<REG>

Read (Card to Host)