pub enum CMPOKIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Compare register update OK Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CMPOKIE
impl Eq for CMPOKIE
impl StructuralPartialEq for CMPOKIE
Auto Trait Implementations§
impl Freeze for CMPOKIE
impl RefUnwindSafe for CMPOKIE
impl Send for CMPOKIE
impl Sync for CMPOKIE
impl Unpin for CMPOKIE
impl UnwindSafe for CMPOKIE
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