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

pub struct R(_);

Register 0INT_ST reader

Implementations

impl R[src]

pub fn slc0_rx_quick_eof_int_st(&self) -> SLC0_RX_QUICK_EOF_INT_ST_R[src]

Bit 26

pub fn cmd_dtc_int_st(&self) -> CMD_DTC_INT_ST_R[src]

Bit 25

pub fn slc0_tx_err_eof_int_st(&self) -> SLC0_TX_ERR_EOF_INT_ST_R[src]

Bit 24

pub fn slc0_wr_retry_done_int_st(&self) -> SLC0_WR_RETRY_DONE_INT_ST_R[src]

Bit 23

pub fn slc0_host_rd_ack_int_st(&self) -> SLC0_HOST_RD_ACK_INT_ST_R[src]

Bit 22

pub fn slc0_tx_dscr_empty_int_st(&self) -> SLC0_TX_DSCR_EMPTY_INT_ST_R[src]

Bit 21

pub fn slc0_rx_dscr_err_int_st(&self) -> SLC0_RX_DSCR_ERR_INT_ST_R[src]

Bit 20

pub fn slc0_tx_dscr_err_int_st(&self) -> SLC0_TX_DSCR_ERR_INT_ST_R[src]

Bit 19

pub fn slc0_tohost_int_st(&self) -> SLC0_TOHOST_INT_ST_R[src]

Bit 18

pub fn slc0_rx_eof_int_st(&self) -> SLC0_RX_EOF_INT_ST_R[src]

Bit 17

pub fn slc0_rx_done_int_st(&self) -> SLC0_RX_DONE_INT_ST_R[src]

Bit 16

pub fn slc0_tx_suc_eof_int_st(&self) -> SLC0_TX_SUC_EOF_INT_ST_R[src]

Bit 15

pub fn slc0_tx_done_int_st(&self) -> SLC0_TX_DONE_INT_ST_R[src]

Bit 14

pub fn slc0_token1_1to0_int_st(&self) -> SLC0_TOKEN1_1TO0_INT_ST_R[src]

Bit 13

pub fn slc0_token0_1to0_int_st(&self) -> SLC0_TOKEN0_1TO0_INT_ST_R[src]

Bit 12

pub fn slc0_tx_ovf_int_st(&self) -> SLC0_TX_OVF_INT_ST_R[src]

Bit 11

pub fn slc0_rx_udf_int_st(&self) -> SLC0_RX_UDF_INT_ST_R[src]

Bit 10

pub fn slc0_tx_start_int_st(&self) -> SLC0_TX_START_INT_ST_R[src]

Bit 9

pub fn slc0_rx_start_int_st(&self) -> SLC0_RX_START_INT_ST_R[src]

Bit 8

pub fn frhost_bit7_int_st(&self) -> FRHOST_BIT7_INT_ST_R[src]

Bit 7

pub fn frhost_bit6_int_st(&self) -> FRHOST_BIT6_INT_ST_R[src]

Bit 6

pub fn frhost_bit5_int_st(&self) -> FRHOST_BIT5_INT_ST_R[src]

Bit 5

pub fn frhost_bit4_int_st(&self) -> FRHOST_BIT4_INT_ST_R[src]

Bit 4

pub fn frhost_bit3_int_st(&self) -> FRHOST_BIT3_INT_ST_R[src]

Bit 3

pub fn frhost_bit2_int_st(&self) -> FRHOST_BIT2_INT_ST_R[src]

Bit 2

pub fn frhost_bit1_int_st(&self) -> FRHOST_BIT1_INT_ST_R[src]

Bit 1

pub fn frhost_bit0_int_st(&self) -> FRHOST_BIT0_INT_ST_R[src]

Bit 0

Methods from Deref<Target = R<_0INT_ST_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<_0INT_ST_SPEC>

The resulting type after dereferencing.

impl From<R<_0INT_ST_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.