DozenR

Type Alias DozenR 

pub type DozenR = BitReader<Dozen>;
Expand description

Field DOZEN reader - Doze mode enable

Aliased Type§

pub struct DozenR { /* private fields */ }

Implementations§

§

impl DozenR

pub const fn variant(&self) -> Dozen

Get enumerated values variant

pub fn is_0(&self) -> bool

Module is enabled in Doze mode.

pub fn is_1(&self) -> bool

Module is disabled in Doze mode.