pub enum IPPSTAT {
Output1active = 0,
Output2active = 1,
}
Expand description
Idle Push Pull Status
Value on reset: 0
Variants§
Output1active = 0
0: Protection occurred when the output 1 was active and output 2 forced inactive
Output2active = 1
1: Protection occurred when the output 2 was active and output 1 forced inactive
Trait Implementations§
impl Copy for IPPSTAT
impl Eq for IPPSTAT
impl StructuralPartialEq for IPPSTAT
Auto Trait Implementations§
impl Freeze for IPPSTAT
impl RefUnwindSafe for IPPSTAT
impl Send for IPPSTAT
impl Sync for IPPSTAT
impl Unpin for IPPSTAT
impl UnwindSafe for IPPSTAT
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