pub struct R(_);
Expand description
Register RX_TIMING
reader
Implementations
sourceimpl R
impl R
sourcepub fn rx_sd_in_dm(&self) -> RX_SD_IN_DM_R
pub fn rx_sd_in_dm(&self) -> RX_SD_IN_DM_R
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(&self) -> RX_WS_OUT_DM_R
pub fn rx_ws_out_dm(&self) -> RX_WS_OUT_DM_R
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(&self) -> RX_BCK_OUT_DM_R
pub fn rx_bck_out_dm(&self) -> RX_BCK_OUT_DM_R
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(&self) -> RX_WS_IN_DM_R
pub fn rx_ws_in_dm(&self) -> RX_WS_IN_DM_R
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(&self) -> RX_BCK_IN_DM_R
pub fn rx_bck_in_dm(&self) -> RX_BCK_IN_DM_R
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>>
Trait Implementations
sourceimpl From<R<RX_TIMING_SPEC>> for R
impl From<R<RX_TIMING_SPEC>> for R
sourcefn from(reader: R<RX_TIMING_SPEC>) -> Self
fn from(reader: R<RX_TIMING_SPEC>) -> Self
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