Struct d1_pac::i2s_pcm::i2s_pcm_tx1chsel::R
source · pub struct R(/* private fields */);
Expand description
Register i2s_pcm_tx1chsel
reader
Implementations§
source§impl R
impl R
sourcepub fn chen(&self) -> CHEN_R
pub fn chen(&self) -> CHEN_R
Bits 0:15 - TX Channel (Slot Enable)
The bit[15:0] refer to Slot [15:0]. When one or more slots are disabled, the affected slots are set to the disable state.
Methods from Deref<Target = R<I2S_PCM_TX1CHSEL_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