WaitW

Type Alias WaitW 

pub type WaitW<'a, REG> = BitWriter<'a, REG, Wait>;
Expand description

Field WAIT writer - Wait Enable

Aliased Type§

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

Implementations§

§

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

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

Watchdog disabled in chip wait mode.

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

Watchdog enabled in chip wait mode.