DozeenR

Type Alias DozeenR 

pub type DozeenR = BitReader<Dozeen>;
Expand description

Field DOZEEN reader - Doze Enable

Aliased Type§

pub struct DozeenR { /* private fields */ }

Implementations§

§

impl DozeenR

pub const fn variant(&self) -> Dozeen

Get enumerated values variant

pub fn is_0(&self) -> bool

LPUART is enabled in Doze mode.

pub fn is_1(&self) -> bool

LPUART is disabled in Doze mode.