atsamd21g::nvmctrl::ctrlb

Type Alias RwsW

Source
pub type RwsW<'a, REG> = FieldWriter<'a, REG, 4, Rwsselect>;
Expand description

Field RWS writer - NVM Read Wait States

Aliased Type§

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

Implementations§

Source§

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

Source

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

Single Auto Wait State

Source

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

Half Auto Wait State

Source

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

Dual Auto Wait State