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