pub enum ALERTCF {
Clear = 1,
}
Expand description
Alert flag clear
Value on reset: 0
Variants§
Clear = 1
1: Clears the ALERT flag in ISR register
Trait Implementations§
impl Copy for ALERTCF
impl Eq for ALERTCF
impl StructuralPartialEq for ALERTCF
Auto Trait Implementations§
impl Freeze for ALERTCF
impl RefUnwindSafe for ALERTCF
impl Send for ALERTCF
impl Sync for ALERTCF
impl Unpin for ALERTCF
impl UnwindSafe for ALERTCF
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