pub enum CMP1 {
NoEvent = 0,
Event = 1,
}
Expand description
Master Compare %s Interrupt Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CMP1
impl Eq for CMP1
impl StructuralPartialEq for CMP1
Auto Trait Implementations§
impl Freeze for CMP1
impl RefUnwindSafe for CMP1
impl Send for CMP1
impl Sync for CMP1
impl Unpin for CMP1
impl UnwindSafe for CMP1
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