Struct nrf52840_pac::nfct::errorstatus::ERRORSTATUS_SPEC
source · pub struct ERRORSTATUS_SPEC;
Expand description
NFC Error Status register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see errorstatus module
Trait Implementations§
source§impl Readable for ERRORSTATUS_SPEC
impl Readable for ERRORSTATUS_SPEC
read()
method returns errorstatus::R reader structure
source§impl RegisterSpec for ERRORSTATUS_SPEC
impl RegisterSpec for ERRORSTATUS_SPEC
source§impl Resettable for ERRORSTATUS_SPEC
impl Resettable for ERRORSTATUS_SPEC
reset()
method sets ERRORSTATUS to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for ERRORSTATUS_SPEC
impl Writable for ERRORSTATUS_SPEC
write(|w| ..)
method takes errorstatus::W writer structure
Auto Trait Implementations§
impl Freeze for ERRORSTATUS_SPEC
impl RefUnwindSafe for ERRORSTATUS_SPEC
impl Send for ERRORSTATUS_SPEC
impl Sync for ERRORSTATUS_SPEC
impl Unpin for ERRORSTATUS_SPEC
impl UnwindSafe for ERRORSTATUS_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