[][src]Struct esp32::slc::conf0::R

pub struct R(_);

Register CONF0 reader

Implementations

impl R[src]

pub fn slc1_token_sel(&self) -> SLC1_TOKEN_SEL_R[src]

Bit 31

pub fn slc1_token_auto_clr(&self) -> SLC1_TOKEN_AUTO_CLR_R[src]

Bit 30

pub fn slc1_txdata_burst_en(&self) -> SLC1_TXDATA_BURST_EN_R[src]

Bit 29

pub fn slc1_txdscr_burst_en(&self) -> SLC1_TXDSCR_BURST_EN_R[src]

Bit 28

Bit 27

Bit 26

pub fn slc1_rxdata_burst_en(&self) -> SLC1_RXDATA_BURST_EN_R[src]

Bit 25

pub fn slc1_rxdscr_burst_en(&self) -> SLC1_RXDSCR_BURST_EN_R[src]

Bit 24

pub fn slc1_rx_no_restart_clr(&self) -> SLC1_RX_NO_RESTART_CLR_R[src]

Bit 23

pub fn slc1_rx_auto_wrback(&self) -> SLC1_RX_AUTO_WRBACK_R[src]

Bit 22

pub fn slc1_rx_loop_test(&self) -> SLC1_RX_LOOP_TEST_R[src]

Bit 21

pub fn slc1_tx_loop_test(&self) -> SLC1_TX_LOOP_TEST_R[src]

Bit 20

pub fn slc1_wr_retry_mask_en(&self) -> SLC1_WR_RETRY_MASK_EN_R[src]

Bit 19

pub fn slc0_wr_retry_mask_en(&self) -> SLC0_WR_RETRY_MASK_EN_R[src]

Bit 18

pub fn slc1_rx_rst(&self) -> SLC1_RX_RST_R[src]

Bit 17

pub fn slc1_tx_rst(&self) -> SLC1_TX_RST_R[src]

Bit 16

pub fn slc0_token_sel(&self) -> SLC0_TOKEN_SEL_R[src]

Bit 15

pub fn slc0_token_auto_clr(&self) -> SLC0_TOKEN_AUTO_CLR_R[src]

Bit 14

pub fn slc0_txdata_burst_en(&self) -> SLC0_TXDATA_BURST_EN_R[src]

Bit 13

pub fn slc0_txdscr_burst_en(&self) -> SLC0_TXDSCR_BURST_EN_R[src]

Bit 12

Bit 11

Bit 10

pub fn slc0_rxdata_burst_en(&self) -> SLC0_RXDATA_BURST_EN_R[src]

Bit 9

pub fn slc0_rxdscr_burst_en(&self) -> SLC0_RXDSCR_BURST_EN_R[src]

Bit 8

pub fn slc0_rx_no_restart_clr(&self) -> SLC0_RX_NO_RESTART_CLR_R[src]

Bit 7

pub fn slc0_rx_auto_wrback(&self) -> SLC0_RX_AUTO_WRBACK_R[src]

Bit 6

pub fn slc0_rx_loop_test(&self) -> SLC0_RX_LOOP_TEST_R[src]

Bit 5

pub fn slc0_tx_loop_test(&self) -> SLC0_TX_LOOP_TEST_R[src]

Bit 4

pub fn ahbm_rst(&self) -> AHBM_RST_R[src]

Bit 3

pub fn ahbm_fifo_rst(&self) -> AHBM_FIFO_RST_R[src]

Bit 2

pub fn slc0_rx_rst(&self) -> SLC0_RX_RST_R[src]

Bit 1

pub fn slc0_tx_rst(&self) -> SLC0_TX_RST_R[src]

Bit 0

Methods from Deref<Target = R<CONF0_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CONF0_SPEC>

The resulting type after dereferencing.

impl From<R<CONF0_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.