pub enum DEP_A {
HIGH = 0,
LOW = 1,
}
Expand description
Driver enable polarity selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DEP_A
impl StructuralPartialEq for DEP_A
Auto Trait Implementations§
impl Freeze for DEP_A
impl RefUnwindSafe for DEP_A
impl Send for DEP_A
impl Sync for DEP_A
impl Unpin for DEP_A
impl UnwindSafe for DEP_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