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