Struct d1_pac::audio_codec::ac_dac_cnt::W
source · pub struct W(/* private fields */);
Expand description
Register ac_dac_cnt
writer
Implementations§
source§impl W
impl W
sourcepub fn tx_cnt(&mut self) -> TX_CNT_W<'_, 0>
pub fn tx_cnt(&mut self) -> TX_CNT_W<'_, 0>
Bits 0:31 - TX Sample Counter
The audio sample number of sending into TXFIFO.
When one sample is put into TXFIFO by DMA or by host IO, the TX sample counter register increases by one. The TX sample counter register can be set to any initial valve at any time. After being updated by the initial value, the counter register should count from this initial value.
Methods from Deref<Target = W<AC_DAC_CNT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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