pub struct W(_);
Expand description
Register RX_TIMING
writer
Implementations§
source§impl W
impl W
sourcepub fn rx_sd_in_dm(&mut self) -> RX_SD_IN_DM_W<'_, 0>
pub fn rx_sd_in_dm(&mut self) -> RX_SD_IN_DM_W<'_, 0>
Bits 0:1 - The delay mode of I2S Rx SD input signal. 0: bypass. 1: delay by pos edge. 2: delay by neg edge. 3: not used.
sourcepub fn rx_ws_out_dm(&mut self) -> RX_WS_OUT_DM_W<'_, 16>
pub fn rx_ws_out_dm(&mut self) -> RX_WS_OUT_DM_W<'_, 16>
Bits 16:17 - The delay mode of I2S Rx WS output signal. 0: bypass. 1: delay by pos edge. 2: delay by neg edge. 3: not used.
sourcepub fn rx_bck_out_dm(&mut self) -> RX_BCK_OUT_DM_W<'_, 20>
pub fn rx_bck_out_dm(&mut self) -> RX_BCK_OUT_DM_W<'_, 20>
Bits 20:21 - The delay mode of I2S Rx BCK output signal. 0: bypass. 1: delay by pos edge. 2: delay by neg edge. 3: not used.
sourcepub fn rx_ws_in_dm(&mut self) -> RX_WS_IN_DM_W<'_, 24>
pub fn rx_ws_in_dm(&mut self) -> RX_WS_IN_DM_W<'_, 24>
Bits 24:25 - The delay mode of I2S Rx WS input signal. 0: bypass. 1: delay by pos edge. 2: delay by neg edge. 3: not used.
sourcepub fn rx_bck_in_dm(&mut self) -> RX_BCK_IN_DM_W<'_, 28>
pub fn rx_bck_in_dm(&mut self) -> RX_BCK_IN_DM_W<'_, 28>
Bits 28:29 - The delay mode of I2S Rx BCK input signal. 0: bypass. 1: delay by pos edge. 2: delay by neg edge. 3: not used.
Methods from Deref<Target = W<RX_TIMING_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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