EnR

Type Alias EnR 

Source
pub type EnR = BitReader<En>;
Expand description

Field EN reader - Real Time Clock Enable. This bit enables the Real Time Clock. This bit can only be written when WE=1 and BUSY =0. Change to this bit is effective only after BUSY is cleared from 1 to 0.

Aliased Type§

pub struct EnR { /* private fields */ }

Implementations§

Source§

impl EnR

Source

pub const fn variant(&self) -> En

Get enumerated values variant

Source

pub fn is_dis(&self) -> bool

Disable.

Source

pub fn is_en(&self) -> bool

Enable.