Struct nrf52840_pac::nfct::autocolresconfig::AUTOCOLRESCONFIG_SPEC
source · pub struct AUTOCOLRESCONFIG_SPEC;
Expand description
Controls the auto collision resolution function. This setting must be done before the NFCT peripheral is enabled.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see autocolresconfig module
Trait Implementations§
source§impl Readable for AUTOCOLRESCONFIG_SPEC
impl Readable for AUTOCOLRESCONFIG_SPEC
read()
method returns autocolresconfig::R reader structure
source§impl RegisterSpec for AUTOCOLRESCONFIG_SPEC
impl RegisterSpec for AUTOCOLRESCONFIG_SPEC
source§impl Resettable for AUTOCOLRESCONFIG_SPEC
impl Resettable for AUTOCOLRESCONFIG_SPEC
reset()
method sets AUTOCOLRESCONFIG to value 0x02
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for AUTOCOLRESCONFIG_SPEC
impl Writable for AUTOCOLRESCONFIG_SPEC
write(|w| ..)
method takes autocolresconfig::W writer structure
Auto Trait Implementations§
impl Freeze for AUTOCOLRESCONFIG_SPEC
impl RefUnwindSafe for AUTOCOLRESCONFIG_SPEC
impl Send for AUTOCOLRESCONFIG_SPEC
impl Sync for AUTOCOLRESCONFIG_SPEC
impl Unpin for AUTOCOLRESCONFIG_SPEC
impl UnwindSafe for AUTOCOLRESCONFIG_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