FlgW

Type Alias FlgW 

pub type FlgW<'a, REG> = BitWriter<'a, REG, Flg>;
Expand description

Field FLG writer - Watchdog Interrupt Flag

Aliased Type§

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

Implementations§

§

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

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

No interrupt occurred.

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

An interrupt occurred.