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
read() method returns errorstatus::R reader structure
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
reset() method sets ERRORSTATUS to value 0
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
write(|w| ..) method takes errorstatus::W writer structure
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