[][src]Type Definition nrf52832_pac::nfct::EVENTS_RXERROR

type EVENTS_RXERROR = Reg<u32, _EVENTS_RXERROR>;

NFC RX frame error reported. The FRAMESTATUS.RX register contains details on the source of the error.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see events_rxerror module

Trait Implementations

impl Readable for EVENTS_RXERROR[src]

read() method returns events_rxerror::R reader structure

impl ResetValue for EVENTS_RXERROR[src]

Register EVENTS_RXERROR reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_RXERROR[src]

write(|w| ..) method takes events_rxerror::W writer structure