BusyR

Type Alias BusyR 

Source
pub type BusyR = BitReader<Busy>;
Expand description

Field BUSY reader - RTC Busy. This bit is set to 1 by hardware when changes to RTC registers required a synchronized version of the register to be in place. This bit is automatically cleared by hardware.

Aliased Type§

pub struct BusyR { /* private fields */ }

Implementations§

Source§

impl BusyR

Source

pub const fn variant(&self) -> Busy

Get enumerated values variant

Source

pub fn is_idle(&self) -> bool

Idle.

Source

pub fn is_busy(&self) -> bool

Busy.