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