pub enum OIS1N {
Reset = 0,
Set = 1,
}
Expand description
Output Idle state (OC%sN output)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OIS1N
impl Eq for OIS1N
impl StructuralPartialEq for OIS1N
Auto Trait Implementations§
impl Freeze for OIS1N
impl RefUnwindSafe for OIS1N
impl Send for OIS1N
impl Sync for OIS1N
impl Unpin for OIS1N
impl UnwindSafe for OIS1N
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