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