Type Alias RwctrlW

Source
pub type RwctrlW<'a, REG> = BitWriter<'a, REG, Rwctrlselect>;
Expand description

Field RWCTRL writer - Read Wait Control

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disable Read Wait Control

Source

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

Enable Read Wait Control