pub enum RDY_A {
BUSY = 0,
READY = 1,
}Expand description
RTC Ready.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RDY_A
impl Eq for RDY_A
impl StructuralPartialEq for RDY_A
Auto Trait Implementations§
impl Freeze for RDY_A
impl RefUnwindSafe for RDY_A
impl Send for RDY_A
impl Sync for RDY_A
impl Unpin for RDY_A
impl UnsafeUnpin for RDY_A
impl UnwindSafe for RDY_A
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