StopW

Type Alias StopW 

pub type StopW<'a, REG> = BitWriter<'a, REG, Stop>;
Expand description

Field STOP writer - Stop Enable

Aliased Type§

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

Implementations§

§

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

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

Watchdog disabled in chip stop mode.

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

Watchdog enabled in chip stop mode.