pub enum CSNPOL_A {
LOW = 0,
HIGH = 1,
}
Expand description
Polarity of CSN output
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CSNPOL_A
impl StructuralPartialEq for CSNPOL_A
Auto Trait Implementations§
impl Freeze for CSNPOL_A
impl RefUnwindSafe for CSNPOL_A
impl Send for CSNPOL_A
impl Sync for CSNPOL_A
impl Unpin for CSNPOL_A
impl UnwindSafe for CSNPOL_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