Struct nrf52840_pac::qdec::ledpol::LEDPOL_SPEC
source · pub struct LEDPOL_SPEC;
Expand description
Trait Implementations§
source§impl Readable for LEDPOL_SPEC
impl Readable for LEDPOL_SPEC
read()
method returns ledpol::R reader structure
source§impl RegisterSpec for LEDPOL_SPEC
impl RegisterSpec for LEDPOL_SPEC
source§impl Resettable for LEDPOL_SPEC
impl Resettable for LEDPOL_SPEC
reset()
method sets LEDPOL to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for LEDPOL_SPEC
impl RefUnwindSafe for LEDPOL_SPEC
impl Send for LEDPOL_SPEC
impl Sync for LEDPOL_SPEC
impl Unpin for LEDPOL_SPEC
impl UnwindSafe for LEDPOL_SPEC
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