Struct d1_pac::i2s_pcm::i2s_pcm_tx2chsel::W
source · pub struct W(/* private fields */);
Expand description
Register i2s_pcm_tx2chsel
writer
Implementations§
source§impl W
impl W
sourcepub fn chen(&mut self) -> CHEN_W<'_, 0>
pub fn chen(&mut self) -> CHEN_W<'_, 0>
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.
sourcepub fn chsel(&mut self) -> CHSEL_W<'_, 16>
pub fn chsel(&mut self) -> CHSEL_W<'_, 16>
Bits 16:19 - TX Channel (Slot) number select for each output
Num channels = N + 1
Methods from Deref<Target = W<I2S_PCM_TX2CHSEL_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