Struct d1_pac::i2s_pcm::i2s_pcm_chcfg::W
source · pub struct W(/* private fields */);
Expand description
Register i2s_pcm_chcfg
writer
Implementations§
source§impl W
impl W
sourcepub fn tx_slot_num(&mut self) -> TX_SLOT_NUM_W<'_, 0>
pub fn tx_slot_num(&mut self) -> TX_SLOT_NUM_W<'_, 0>
Bits 0:3 - TX Channel/Slot number between CPU/DMA and RXFIFO
Channel or slot = N + 1
sourcepub fn rx_slot_num(&mut self) -> RX_SLOT_NUM_W<'_, 4>
pub fn rx_slot_num(&mut self) -> RX_SLOT_NUM_W<'_, 4>
Bits 4:7 - RX Channel/Slot number between CPU/DMA and RXFIFO
Channel or slot = N + 1
sourcepub fn tx_state(&mut self) -> TX_STATE_W<'_, 8>
pub fn tx_state(&mut self) -> TX_STATE_W<'_, 8>
Bit 8
sourcepub fn tx_slot_hiz(&mut self) -> TX_SLOT_HIZ_W<'_, 9>
pub fn tx_slot_hiz(&mut self) -> TX_SLOT_HIZ_W<'_, 9>
Bit 9
Methods from Deref<Target = W<I2S_PCM_CHCFG_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