Struct nrf52840::nfct::EVENTS_RXERROR[][src]

pub struct EVENTS_RXERROR { /* fields omitted */ }

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

Methods

impl EVENTS_RXERROR
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations