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