FlgR

Type Alias FlgR 

pub type FlgR = BitReader<Flg>;
Expand description

Field FLG reader - Watchdog Interrupt Flag

Aliased Type§

pub struct FlgR { /* private fields */ }

Implementations§

§

impl FlgR

pub const fn variant(&self) -> Flg

Get enumerated values variant

pub fn is_0(&self) -> bool

No interrupt occurred.

pub fn is_1(&self) -> bool

An interrupt occurred.