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