EnR

Type Alias EnR 

pub type EnR = BitReader<En>;
Expand description

Field EN reader - Watchdog Enable

Aliased Type§

pub struct EnR { /* private fields */ }

Implementations§

§

impl EnR

pub const fn variant(&self) -> En

Get enumerated values variant

pub fn is_0(&self) -> bool

Watchdog disabled.

pub fn is_1(&self) -> bool

Watchdog enabled.