pub enum LEDPOL_A {
ACTIVE_LOW = 0,
ACTIVE_HIGH = 1,
}
Expand description
LED output pin polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LEDPOL_A
impl StructuralPartialEq for LEDPOL_A
Auto Trait Implementations§
impl Freeze for LEDPOL_A
impl RefUnwindSafe for LEDPOL_A
impl Send for LEDPOL_A
impl Sync for LEDPOL_A
impl Unpin for LEDPOL_A
impl UnwindSafe for LEDPOL_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