pub struct R(_);
Expand description
Register CONF0
reader
Implementations§
§impl R
impl R
pub fn slc0_tx_rst(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_rst(&self) -> BitReaderRaw<bool>
Bit 0
pub fn slc0_rx_rst(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_rst(&self) -> BitReaderRaw<bool>
Bit 1
pub fn ahbm_fifo_rst(&self) -> BitReaderRaw<bool>
pub fn ahbm_fifo_rst(&self) -> BitReaderRaw<bool>
Bit 2
pub fn slc0_tx_loop_test(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_loop_test(&self) -> BitReaderRaw<bool>
Bit 4
pub fn slc0_rx_loop_test(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_loop_test(&self) -> BitReaderRaw<bool>
Bit 5
pub fn slc0_rx_auto_wrback(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_auto_wrback(&self) -> BitReaderRaw<bool>
Bit 6
pub fn slc0_rx_no_restart_clr(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_no_restart_clr(&self) -> BitReaderRaw<bool>
Bit 7
pub fn slc0_rxdscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn slc0_rxdscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 8
pub fn slc0_rxdata_burst_en(&self) -> BitReaderRaw<bool>
pub fn slc0_rxdata_burst_en(&self) -> BitReaderRaw<bool>
Bit 9
pub fn slc0_rxlink_auto_ret(&self) -> BitReaderRaw<bool>
pub fn slc0_rxlink_auto_ret(&self) -> BitReaderRaw<bool>
Bit 10
pub fn slc0_txlink_auto_ret(&self) -> BitReaderRaw<bool>
pub fn slc0_txlink_auto_ret(&self) -> BitReaderRaw<bool>
Bit 11
pub fn slc0_txdscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn slc0_txdscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 12
pub fn slc0_txdata_burst_en(&self) -> BitReaderRaw<bool>
pub fn slc0_txdata_burst_en(&self) -> BitReaderRaw<bool>
Bit 13
pub fn slc0_token_auto_clr(&self) -> BitReaderRaw<bool>
pub fn slc0_token_auto_clr(&self) -> BitReaderRaw<bool>
Bit 14
pub fn slc0_token_sel(&self) -> BitReaderRaw<bool>
pub fn slc0_token_sel(&self) -> BitReaderRaw<bool>
Bit 15
pub fn slc1_tx_rst(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_rst(&self) -> BitReaderRaw<bool>
Bit 16
pub fn slc1_rx_rst(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_rst(&self) -> BitReaderRaw<bool>
Bit 17
pub fn slc0_wr_retry_mask_en(&self) -> BitReaderRaw<bool>
pub fn slc0_wr_retry_mask_en(&self) -> BitReaderRaw<bool>
Bit 18
pub fn slc1_wr_retry_mask_en(&self) -> BitReaderRaw<bool>
pub fn slc1_wr_retry_mask_en(&self) -> BitReaderRaw<bool>
Bit 19
pub fn slc1_tx_loop_test(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_loop_test(&self) -> BitReaderRaw<bool>
Bit 20
pub fn slc1_rx_loop_test(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_loop_test(&self) -> BitReaderRaw<bool>
Bit 21
pub fn slc1_rx_auto_wrback(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_auto_wrback(&self) -> BitReaderRaw<bool>
Bit 22
pub fn slc1_rx_no_restart_clr(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_no_restart_clr(&self) -> BitReaderRaw<bool>
Bit 23
pub fn slc1_rxdscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn slc1_rxdscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 24
pub fn slc1_rxdata_burst_en(&self) -> BitReaderRaw<bool>
pub fn slc1_rxdata_burst_en(&self) -> BitReaderRaw<bool>
Bit 25
pub fn slc1_rxlink_auto_ret(&self) -> BitReaderRaw<bool>
pub fn slc1_rxlink_auto_ret(&self) -> BitReaderRaw<bool>
Bit 26
pub fn slc1_txlink_auto_ret(&self) -> BitReaderRaw<bool>
pub fn slc1_txlink_auto_ret(&self) -> BitReaderRaw<bool>
Bit 27
pub fn slc1_txdscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn slc1_txdscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 28
pub fn slc1_txdata_burst_en(&self) -> BitReaderRaw<bool>
pub fn slc1_txdata_burst_en(&self) -> BitReaderRaw<bool>
Bit 29
pub fn slc1_token_auto_clr(&self) -> BitReaderRaw<bool>
pub fn slc1_token_auto_clr(&self) -> BitReaderRaw<bool>
Bit 30
pub fn slc1_token_sel(&self) -> BitReaderRaw<bool>
pub fn slc1_token_sel(&self) -> BitReaderRaw<bool>
Bit 31
Methods from Deref<Target = R<CONF0_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<CONF0_SPEC>> for R
impl From<R<CONF0_SPEC>> for R
§fn from(reader: R<CONF0_SPEC>) -> R
fn from(reader: R<CONF0_SPEC>) -> R
Converts to this type from the input type.