[−][src]Struct esp32::slc::conf0::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
pub fn slc1_txlink_auto_ret(&self) -> SLC1_TXLINK_AUTO_RET_R
[src]
Bit 27
pub fn slc1_rxlink_auto_ret(&self) -> SLC1_RXLINK_AUTO_RET_R
[src]
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
pub fn slc0_txlink_auto_ret(&self) -> SLC0_TXLINK_AUTO_RET_R
[src]
Bit 11
pub fn slc0_rxlink_auto_ret(&self) -> SLC0_RXLINK_AUTO_RET_R
[src]
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>>
Trait Implementations
impl Deref for R
[src]
type Target = R<CONF0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<CONF0_SPEC>> for R
[src]
fn from(reader: R<CONF0_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,