Struct d1_pac::i2s_pcm::i2s_pcm_chcfg::R
source · pub struct R(/* private fields */);
Expand description
Register i2s_pcm_chcfg
reader
Implementations§
source§impl R
impl R
sourcepub fn tx_slot_num(&self) -> TX_SLOT_NUM_R
pub fn tx_slot_num(&self) -> TX_SLOT_NUM_R
Bits 0:3 - TX Channel/Slot number between CPU/DMA and RXFIFO
Channel or slot = N + 1
sourcepub fn rx_slot_num(&self) -> RX_SLOT_NUM_R
pub fn rx_slot_num(&self) -> RX_SLOT_NUM_R
Bits 4:7 - RX Channel/Slot number between CPU/DMA and RXFIFO
Channel or slot = N + 1
sourcepub fn tx_state(&self) -> TX_STATE_R
pub fn tx_state(&self) -> TX_STATE_R
Bit 8
sourcepub fn tx_slot_hiz(&self) -> TX_SLOT_HIZ_R
pub fn tx_slot_hiz(&self) -> TX_SLOT_HIZ_R
Bit 9
Methods from Deref<Target = R<I2S_PCM_CHCFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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