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