CpeR

Type Alias CpeR 

pub type CpeR = BitReader<Cpe>;
Expand description

Field CPE reader - Clock Pin Enable

Aliased Type§

pub struct CpeR { /* private fields */ }

Implementations§

§

impl CpeR

pub const fn variant(&self) -> Cpe

Get enumerated values variant

pub fn is_0(&self) -> bool

The RTC_CLKOUT function is disabled.

pub fn is_1(&self) -> bool

Enable RTC_CLKOUT function.