pub enum OIS1_A {
LOW = 0,
HIGH = 1,
}
Expand description
Output Idle state 1
Value on reset: 0
Variants§
LOW = 0
0: OC1=0 (after a dead-time if OC1N is implemented) when MOE=0
HIGH = 1
1: OC1=1 (after a dead-time if OC1N is implemented) when MOE=0
Trait Implementations§
impl Copy for OIS1_A
impl StructuralPartialEq for OIS1_A
Auto Trait Implementations§
impl Freeze for OIS1_A
impl RefUnwindSafe for OIS1_A
impl Send for OIS1_A
impl Sync for OIS1_A
impl Unpin for OIS1_A
impl UnwindSafe for OIS1_A
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