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