Type Alias WmodeW

Source
pub type WmodeW<'a, REG> = FieldWriter<'a, REG, 2, Wmodeselect, Safe>;
Expand description

Field WMODE writer - Write Mode

Aliased Type§

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

Implementations§

Source§

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

Source

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

Manual Write

Source

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

Automatic Double Word Write

Source

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

Automatic Quad Word

Source

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

Automatic Page Write