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