[][src]Type Definition nrf52832_pac::i2s::EVENTS_TXPTRUPD

type EVENTS_TXPTRUPD = Reg<u32, _EVENTS_TXPTRUPD>;

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

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

For information about available fields see events_txptrupd module

Trait Implementations

impl Readable for EVENTS_TXPTRUPD[src]

read() method returns events_txptrupd::R reader structure

impl ResetValue for EVENTS_TXPTRUPD[src]

Register EVENTS_TXPTRUPD reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_TXPTRUPD[src]

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