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

type EVENTS_RXFRAMEEND = Reg<u32, _EVENTS_RXFRAMEEND>;

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

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

For information about available fields see events_rxframeend module

Trait Implementations

impl Readable for EVENTS_RXFRAMEEND[src]

read() method returns events_rxframeend::R reader structure

impl ResetValue for EVENTS_RXFRAMEEND[src]

Register EVENTS_RXFRAMEEND reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_RXFRAMEEND[src]

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