StopR

Type Alias StopR 

pub type StopR = BitReader<Stop>;
Expand description

Field STOP reader - Stop Enable

Aliased Type§

pub struct StopR { /* private fields */ }

Implementations§

§

impl StopR

pub const fn variant(&self) -> Stop

Get enumerated values variant

pub fn is_0(&self) -> bool

Watchdog disabled in chip stop mode.

pub fn is_1(&self) -> bool

Watchdog enabled in chip stop mode.