pub enum MOE {
DisabledIdle = 0,
Enabled = 1,
}Expand description
Main output enable
Value on reset: 0
Variants§
DisabledIdle = 0
0: OC/OCN are disabled or forced idle depending on OSSI
Enabled = 1
1: OC/OCN are enabled if CCxE/CCxNE are set
Trait Implementations§
impl Copy for MOE
impl Eq for MOE
impl StructuralPartialEq for MOE
Auto Trait Implementations§
impl Freeze for MOE
impl RefUnwindSafe for MOE
impl Send for MOE
impl Sync for MOE
impl Unpin for MOE
impl UnwindSafe for MOE
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