[][src]Type Definition nrf52840_pac::i2s::EVENTS_RXPTRUPD

type EVENTS_RXPTRUPD = Reg<u32, _EVENTS_RXPTRUPD>;

The RXD.PTR register has been copied to internal double-buffers. When the I2S module is started and RX is enabled, this event will be generated for every RXTXD.MAXCNT words that are received on the SDIN pin.

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

For information about available fields see events_rxptrupd module

Trait Implementations

impl Readable for EVENTS_RXPTRUPD[src]

read() method returns events_rxptrupd::R reader structure

impl ResetValue for EVENTS_RXPTRUPD[src]

Register EVENTS_RXPTRUPD reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_RXPTRUPD[src]

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