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

type EVENTS_ENDRX = Reg<u32, _EVENTS_ENDRX>;

RX buffer (as defined by PACKETPTR and MAXLEN) in Data RAM full.

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

For information about available fields see events_endrx module

Trait Implementations

impl Readable for EVENTS_ENDRX[src]

read() method returns events_endrx::R reader structure

impl ResetValue for EVENTS_ENDRX[src]

Register EVENTS_ENDRX reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_ENDRX[src]

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