Struct d1_pac::i2s_pcm::i2s_pcm_ctl::W
source · pub struct W(/* private fields */);
Expand description
Register i2s_pcm_ctl
writer
Implementations§
source§impl W
impl W
sourcepub fn loopback(&mut self) -> LOOPBACK_W<'_, 3>
pub fn loopback(&mut self) -> LOOPBACK_W<'_, 3>
Bit 3 - Loopback Test
sourcepub fn mode_sel(&mut self) -> MODE_SEL_W<'_, 4>
pub fn mode_sel(&mut self) -> MODE_SEL_W<'_, 4>
Bits 4:5 - Mode Selection
sourcepub fn out_mute(&mut self) -> OUT_MUTE_W<'_, 6>
pub fn out_mute(&mut self) -> OUT_MUTE_W<'_, 6>
Bit 6 - Data Output Mute Enable
sourcepub fn lrck_out(&mut self) -> LRCK_OUT_W<'_, 17>
pub fn lrck_out(&mut self) -> LRCK_OUT_W<'_, 17>
Bit 17 - LRCK Direction Select
sourcepub fn bclk_out(&mut self) -> BCLK_OUT_W<'_, 18>
pub fn bclk_out(&mut self) -> BCLK_OUT_W<'_, 18>
Bit 18 - Bit Clock Direction Select
sourcepub fn rx_sync_en(&mut self) -> RX_SYNC_EN_W<'_, 20>
pub fn rx_sync_en(&mut self) -> RX_SYNC_EN_W<'_, 20>
Bit 20 - RX Synchronize Enable
sourcepub fn rx_sync_en_start(&mut self) -> RX_SYNC_EN_START_W<'_, 21>
pub fn rx_sync_en_start(&mut self) -> RX_SYNC_EN_START_W<'_, 21>
Bit 21 - RX Synchronize Enable Start
Methods from Deref<Target = W<I2S_PCM_CTL_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