pub enum Rdy {
Busy = 0,
Ready = 1,
}Expand description
RTC Ready. This bit is set to 1 by hardware when the RTC count registers update. It can be cleared to 0 by software at any time. It will also be cleared to 0 by hardware just prior to an update of the RTC count register.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Rdy
impl Eq for Rdy
impl StructuralPartialEq for Rdy
Auto Trait Implementations§
impl Freeze for Rdy
impl RefUnwindSafe for Rdy
impl Send for Rdy
impl Sync for Rdy
impl Unpin for Rdy
impl UnwindSafe for Rdy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more