Struct esp32s3_hal::pac::i2s1::rx_timing::W
pub struct W(_);
Expand description
Register RX_TIMING
writer
Implementations§
§impl W
impl W
pub fn rx_sd_in_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 0>
pub fn rx_sd_in_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 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.
pub fn rx_ws_out_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 16>
pub fn rx_ws_out_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 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.
pub fn rx_bck_out_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 20>
pub fn rx_bck_out_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 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.
pub fn rx_ws_in_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 24>
pub fn rx_ws_in_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 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.
pub fn rx_bck_in_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 28>
pub fn rx_bck_in_dm(
&mut self
) -> FieldWriterRaw<'_, u32, RX_TIMING_SPEC, u8, u8, Unsafe, 2, 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>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<RX_TIMING_SPEC>> for W
impl From<W<RX_TIMING_SPEC>> for W
§fn from(writer: W<RX_TIMING_SPEC>) -> W
fn from(writer: W<RX_TIMING_SPEC>) -> W
Converts to this type from the input type.