pub enum CC1IE {
Disabled = 0,
Enabled = 1,
}
Expand description
Capture/Compare %s interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CC1IE
impl Eq for CC1IE
impl StructuralPartialEq for CC1IE
Auto Trait Implementations§
impl Freeze for CC1IE
impl RefUnwindSafe for CC1IE
impl Send for CC1IE
impl Sync for CC1IE
impl Unpin for CC1IE
impl UnwindSafe for CC1IE
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