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