pub enum OSSR {
HiZ = 0,
IdleLevel = 1,
}
Expand description
Off-state selection for Run mode
Value on reset: 0
Variants§
HiZ = 0
0: When inactive, OC/OCN outputs are disabled
IdleLevel = 1
1: When inactive, OC/OCN outputs are enabled with their inactive level
Trait Implementations§
impl Copy for OSSR
impl Eq for OSSR
impl StructuralPartialEq for OSSR
Auto Trait Implementations§
impl Freeze for OSSR
impl RefUnwindSafe for OSSR
impl Send for OSSR
impl Sync for OSSR
impl Unpin for OSSR
impl UnwindSafe for OSSR
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