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_sd1_in_dm(&mut self) -> RX_SD1_IN_DM_W<'_, 4>
pub fn rx_sd1_in_dm(&mut self) -> RX_SD1_IN_DM_W<'_, 4>
Bits 4:5 - The delay mode of I2S Rx SD1 input signal. 0: bypass. 1: delay by pos edge. 2: delay by neg edge. 3: not used.
sourcepub fn rx_sd2_in_dm(&mut self) -> RX_SD2_IN_DM_W<'_, 8>
pub fn rx_sd2_in_dm(&mut self) -> RX_SD2_IN_DM_W<'_, 8>
Bits 8:9 - The delay mode of I2S Rx SD2 input signal. 0: bypass. 1: delay by pos edge. 2: delay by neg edge. 3: not used.
sourcepub fn rx_sd3_in_dm(&mut self) -> RX_SD3_IN_DM_W<'_, 12>
pub fn rx_sd3_in_dm(&mut self) -> RX_SD3_IN_DM_W<'_, 12>
Bits 12:13 - The delay mode of I2S Rx SD3 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.