pub enum AOE {
Manual = 0,
Automatic = 1,
}Expand description
Automatic output enable
Value on reset: 0
Variants§
Manual = 0
0: MOE can be set only by software
Automatic = 1
1: MOE can be set by software or automatically at the next update event (if none of the break inputs BRK and BRK2 is active)
Trait Implementations§
impl Copy for AOE
impl Eq for AOE
impl StructuralPartialEq for AOE
Auto Trait Implementations§
impl Freeze for AOE
impl RefUnwindSafe for AOE
impl Send for AOE
impl Sync for AOE
impl Unpin for AOE
impl UnwindSafe for AOE
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