pub enum OC1M_3 {
Normal = 0,
Extended = 1,
}
Expand description
Output compare %s mode, bit 3
Value on reset: 0
Variants§
Normal = 0
0: Normal output compare mode (modes 0-7)
Extended = 1
1: Extended output compare mode (modes 7-15)
Trait Implementations§
impl Copy for OC1M_3
impl Eq for OC1M_3
impl StructuralPartialEq for OC1M_3
Auto Trait Implementations§
impl Freeze for OC1M_3
impl RefUnwindSafe for OC1M_3
impl Send for OC1M_3
impl Sync for OC1M_3
impl Unpin for OC1M_3
impl UnwindSafe for OC1M_3
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