WidthW

Type Alias WidthW 

pub type WidthW<'a, REG> = FieldWriter<'a, REG, 2, Width>;
Expand description

Field WIDTH writer - Transfer Width

Aliased Type§

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

Implementations§

§

impl<'a, REG> WidthW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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

Single bit transfer.

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

Two bit transfer.

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

Four bit transfer.