Type Alias esp32c3::i2s0::rx_timing::W

source ·
pub type W = W<RX_TIMING_SPEC>;
Expand description

Register RX_TIMING writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn rx_sd_in_dm(&mut self) -> RX_SD_IN_DM_W<'_, RX_TIMING_SPEC>

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.

source

pub fn rx_ws_out_dm(&mut self) -> RX_WS_OUT_DM_W<'_, RX_TIMING_SPEC>

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.

source

pub fn rx_bck_out_dm(&mut self) -> RX_BCK_OUT_DM_W<'_, RX_TIMING_SPEC>

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.

source

pub fn rx_ws_in_dm(&mut self) -> RX_WS_IN_DM_W<'_, RX_TIMING_SPEC>

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.

source

pub fn rx_bck_in_dm(&mut self) -> RX_BCK_IN_DM_W<'_, RX_TIMING_SPEC>

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.