Struct nrf52840::nfct::EVENTS_RXFRAMEEND[][src]

pub struct EVENTS_RXFRAMEEND { /* fields omitted */ }

Received data has been checked (CRC, parity) and transferred to RAM, and EasyDMA has ended accessing the RX buffer

Methods

impl EVENTS_RXFRAMEEND
[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