pub enum ALERTCFW {
CLEAR,
}
Expand description
Values that can be written to the field ALERTCF
Variants§
CLEAR
Clears the ALERT flag in ISR register
Auto Trait Implementations§
impl Freeze for ALERTCFW
impl RefUnwindSafe for ALERTCFW
impl Send for ALERTCFW
impl Sync for ALERTCFW
impl Unpin for ALERTCFW
impl UnwindSafe for ALERTCFW
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