pub enum LSIRDYFR {
NotInterrupted = 0,
Interrupted = 1,
}Expand description
LSI Ready Interrupt flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LSIRDYFR
impl Eq for LSIRDYFR
impl StructuralPartialEq for LSIRDYFR
Auto Trait Implementations§
impl Freeze for LSIRDYFR
impl RefUnwindSafe for LSIRDYFR
impl Send for LSIRDYFR
impl Sync for LSIRDYFR
impl Unpin for LSIRDYFR
impl UnwindSafe for LSIRDYFR
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