Struct nrf52840_pac::lpcomp::extrefsel::EXTREFSEL_SPEC
source · pub struct EXTREFSEL_SPEC;
Expand description
Trait Implementations§
source§impl Readable for EXTREFSEL_SPEC
impl Readable for EXTREFSEL_SPEC
read()
method returns extrefsel::R reader structure
source§impl RegisterSpec for EXTREFSEL_SPEC
impl RegisterSpec for EXTREFSEL_SPEC
source§impl Resettable for EXTREFSEL_SPEC
impl Resettable for EXTREFSEL_SPEC
reset()
method sets EXTREFSEL to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for EXTREFSEL_SPEC
impl Writable for EXTREFSEL_SPEC
write(|w| ..)
method takes extrefsel::W writer structure
Auto Trait Implementations§
impl Freeze for EXTREFSEL_SPEC
impl RefUnwindSafe for EXTREFSEL_SPEC
impl Send for EXTREFSEL_SPEC
impl Sync for EXTREFSEL_SPEC
impl Unpin for EXTREFSEL_SPEC
impl UnwindSafe for EXTREFSEL_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