pub enum OC1CE {
Disabled = 0,
Enabled = 1,
}
Expand description
Output compare %s clear enable
Value on reset: 0
Variants§
Disabled = 0
0: OCxRef is not affected by the ETRF signal
Enabled = 1
1: OCxRef is cleared as soon as a High level is detected on ETRF signal
Trait Implementations§
impl Copy for OC1CE
impl Eq for OC1CE
impl StructuralPartialEq for OC1CE
Auto Trait Implementations§
impl Freeze for OC1CE
impl RefUnwindSafe for OC1CE
impl Send for OC1CE
impl Sync for OC1CE
impl Unpin for OC1CE
impl UnwindSafe for OC1CE
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