pub enum OIS1 {
Reset = 0,
Set = 1,
}
Expand description
Output Idle state (OC%s output)
Value on reset: 0
Variants§
Reset = 0
0: OCx=0 (after a dead-time if OCx(N) is implemented) when MOE=0
Set = 1
1: OCx=1 (after a dead-time if OCx(N) is implemented) when MOE=0
Trait Implementations§
impl Copy for OIS1
impl Eq for OIS1
impl StructuralPartialEq for OIS1
Auto Trait Implementations§
impl Freeze for OIS1
impl RefUnwindSafe for OIS1
impl Send for OIS1
impl Sync for OIS1
impl Unpin for OIS1
impl UnwindSafe for OIS1
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