pub struct R(_);
Expand description
Register TIMING
reader
Implementations
sourceimpl R
impl R
sourcepub fn tx_bck_in_delay(&self) -> TX_BCK_IN_DELAY_R
pub fn tx_bck_in_delay(&self) -> TX_BCK_IN_DELAY_R
Bits 0:1
sourcepub fn tx_ws_in_delay(&self) -> TX_WS_IN_DELAY_R
pub fn tx_ws_in_delay(&self) -> TX_WS_IN_DELAY_R
Bits 2:3
sourcepub fn rx_bck_in_delay(&self) -> RX_BCK_IN_DELAY_R
pub fn rx_bck_in_delay(&self) -> RX_BCK_IN_DELAY_R
Bits 4:5
sourcepub fn rx_ws_in_delay(&self) -> RX_WS_IN_DELAY_R
pub fn rx_ws_in_delay(&self) -> RX_WS_IN_DELAY_R
Bits 6:7
sourcepub fn rx_sd_in_delay(&self) -> RX_SD_IN_DELAY_R
pub fn rx_sd_in_delay(&self) -> RX_SD_IN_DELAY_R
Bits 8:9
sourcepub fn tx_bck_out_delay(&self) -> TX_BCK_OUT_DELAY_R
pub fn tx_bck_out_delay(&self) -> TX_BCK_OUT_DELAY_R
Bits 10:11
sourcepub fn tx_ws_out_delay(&self) -> TX_WS_OUT_DELAY_R
pub fn tx_ws_out_delay(&self) -> TX_WS_OUT_DELAY_R
Bits 12:13
sourcepub fn tx_sd_out_delay(&self) -> TX_SD_OUT_DELAY_R
pub fn tx_sd_out_delay(&self) -> TX_SD_OUT_DELAY_R
Bits 14:15
sourcepub fn rx_ws_out_delay(&self) -> RX_WS_OUT_DELAY_R
pub fn rx_ws_out_delay(&self) -> RX_WS_OUT_DELAY_R
Bits 16:17
sourcepub fn rx_bck_out_delay(&self) -> RX_BCK_OUT_DELAY_R
pub fn rx_bck_out_delay(&self) -> RX_BCK_OUT_DELAY_R
Bits 18:19
sourcepub fn tx_dsync_sw(&self) -> TX_DSYNC_SW_R
pub fn tx_dsync_sw(&self) -> TX_DSYNC_SW_R
Bit 20
sourcepub fn rx_dsync_sw(&self) -> RX_DSYNC_SW_R
pub fn rx_dsync_sw(&self) -> RX_DSYNC_SW_R
Bit 21
sourcepub fn data_enable_delay(&self) -> DATA_ENABLE_DELAY_R
pub fn data_enable_delay(&self) -> DATA_ENABLE_DELAY_R
Bits 22:23
sourcepub fn tx_bck_in_inv(&self) -> TX_BCK_IN_INV_R
pub fn tx_bck_in_inv(&self) -> TX_BCK_IN_INV_R
Bit 24
Methods from Deref<Target = R<TIMING_SPEC>>
Trait Implementations
sourceimpl From<R<TIMING_SPEC>> for R
impl From<R<TIMING_SPEC>> for R
sourcefn from(reader: R<TIMING_SPEC>) -> Self
fn from(reader: R<TIMING_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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