WaitR

Type Alias WaitR 

pub type WaitR = BitReader<Wait>;
Expand description

Field WAIT reader - Wait Enable

Aliased Type§

pub struct WaitR { /* private fields */ }

Implementations§

§

impl WaitR

pub const fn variant(&self) -> Wait

Get enumerated values variant

pub fn is_0(&self) -> bool

Watchdog disabled in chip wait mode.

pub fn is_1(&self) -> bool

Watchdog enabled in chip wait mode.