#[repr(u8)]pub enum Of3ie {
OF3IE_0 = 0,
OF3IE_1 = 1,
}Variants§
OF3IE_0 = 0
Output Compare Channel n interrupt is disabled.
OF3IE_1 = 1
Output Compare Channel n interrupt is enabled.
Implementations§
Trait Implementations§
Source§impl Ord for Of3ie
impl Ord for Of3ie
Source§impl PartialOrd for Of3ie
impl PartialOrd for Of3ie
impl Copy for Of3ie
impl Eq for Of3ie
impl StructuralPartialEq for Of3ie
Auto Trait Implementations§
impl Freeze for Of3ie
impl RefUnwindSafe for Of3ie
impl Send for Of3ie
impl Sync for Of3ie
impl Unpin for Of3ie
impl UnwindSafe for Of3ie
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