Struct nrf52840_pac::p0::detectmode::DETECTMODE_SPEC
source · pub struct DETECTMODE_SPEC;
Expand description
Select between default DETECT signal behaviour and LDETECT mode
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see detectmode module
Trait Implementations§
source§impl Readable for DETECTMODE_SPEC
impl Readable for DETECTMODE_SPEC
read()
method returns detectmode::R reader structure
source§impl RegisterSpec for DETECTMODE_SPEC
impl RegisterSpec for DETECTMODE_SPEC
source§impl Resettable for DETECTMODE_SPEC
impl Resettable for DETECTMODE_SPEC
reset()
method sets DETECTMODE to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for DETECTMODE_SPEC
impl Writable for DETECTMODE_SPEC
write(|w| ..)
method takes detectmode::W writer structure
Auto Trait Implementations§
impl Freeze for DETECTMODE_SPEC
impl RefUnwindSafe for DETECTMODE_SPEC
impl Send for DETECTMODE_SPEC
impl Sync for DETECTMODE_SPEC
impl Unpin for DETECTMODE_SPEC
impl UnwindSafe for DETECTMODE_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