WdogR

Type Alias WdogR 

pub type WdogR = BitReader<Wdog>;
Expand description

Field WDOG reader - Watchdog Interrupt

Aliased Type§

pub struct WdogR { /* private fields */ }

Implementations§

§

impl WdogR

pub const fn variant(&self) -> Wdog

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.