Struct esp32c3_hal::pac::i2s::rx_timing::R
pub struct R(_);
Expand description
Register RX_TIMING
reader
Implementations
impl R
impl R
pub fn rx_sd_in_dm(&self) -> FieldReaderRaw<u8, u8>
pub fn rx_sd_in_dm(&self) -> FieldReaderRaw<u8, u8>
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(&self) -> FieldReaderRaw<u8, u8>
pub fn rx_ws_out_dm(&self) -> FieldReaderRaw<u8, u8>
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(&self) -> FieldReaderRaw<u8, u8>
pub fn rx_bck_out_dm(&self) -> FieldReaderRaw<u8, u8>
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(&self) -> FieldReaderRaw<u8, u8>
pub fn rx_ws_in_dm(&self) -> FieldReaderRaw<u8, u8>
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(&self) -> FieldReaderRaw<u8, u8>
pub fn rx_bck_in_dm(&self) -> FieldReaderRaw<u8, u8>
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 = R<RX_TIMING_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<RX_TIMING_SPEC>> for R
impl From<R<RX_TIMING_SPEC>> for R
fn from(reader: R<RX_TIMING_SPEC>) -> R
fn from(reader: R<RX_TIMING_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more