Struct nrf52840_pac::i2s::events_txptrupd::EVENTS_TXPTRUPD_SPEC
source · pub struct EVENTS_TXPTRUPD_SPEC;
Expand description
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
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see events_txptrupd module
Trait Implementations§
source§impl Readable for EVENTS_TXPTRUPD_SPEC
impl Readable for EVENTS_TXPTRUPD_SPEC
read()
method returns events_txptrupd::R reader structure
source§impl RegisterSpec for EVENTS_TXPTRUPD_SPEC
impl RegisterSpec for EVENTS_TXPTRUPD_SPEC
source§impl Resettable for EVENTS_TXPTRUPD_SPEC
impl Resettable for EVENTS_TXPTRUPD_SPEC
reset()
method sets EVENTS_TXPTRUPD to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for EVENTS_TXPTRUPD_SPEC
impl Writable for EVENTS_TXPTRUPD_SPEC
write(|w| ..)
method takes events_txptrupd::W writer structure
Auto Trait Implementations§
impl Freeze for EVENTS_TXPTRUPD_SPEC
impl RefUnwindSafe for EVENTS_TXPTRUPD_SPEC
impl Send for EVENTS_TXPTRUPD_SPEC
impl Sync for EVENTS_TXPTRUPD_SPEC
impl Unpin for EVENTS_TXPTRUPD_SPEC
impl UnwindSafe for EVENTS_TXPTRUPD_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more