Enum nrf52840_pac::qdec::ledpol::LEDPOL_A
source · 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)