Type Alias DwW

Source
pub type DwW<'a, REG> = BitWriter<'a, REG, Dwselect>;
Expand description

Field DW writer - Data Width

Aliased Type§

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

Implementations§

Source§

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

Source

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

1-bit mode

Source

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

4-bit mode