[][src]Struct esp8266::slc::slc_int_ena::R

pub struct R(_);

Reader of register SLC_INT_ENA

Implementations

impl R[src]

pub fn slc_tx_dscr_empty_int_ena(&self) -> SLC_TX_DSCR_EMPTY_INT_ENA_R[src]

Bit 21

pub fn slc_rx_dscr_err_int_ena(&self) -> SLC_RX_DSCR_ERR_INT_ENA_R[src]

Bit 20

pub fn slc_tx_dscr_err_int_ena(&self) -> SLC_TX_DSCR_ERR_INT_ENA_R[src]

Bit 19

pub fn slc_tohost_int_ena(&self) -> SLC_TOHOST_INT_ENA_R[src]

Bit 18

pub fn slc_rx_eof_int_ena(&self) -> SLC_RX_EOF_INT_ENA_R[src]

Bit 17

pub fn slc_rx_done_int_ena(&self) -> SLC_RX_DONE_INT_ENA_R[src]

Bit 16

pub fn slc_tx_eof_int_ena(&self) -> SLC_TX_EOF_INT_ENA_R[src]

Bit 15

pub fn slc_tx_done_int_ena(&self) -> SLC_TX_DONE_INT_ENA_R[src]

Bit 14

pub fn slc_token1_1to0_int_ena(&self) -> SLC_TOKEN1_1TO0_INT_ENA_R[src]

Bit 13

pub fn slc_token0_1to0_int_ena(&self) -> SLC_TOKEN0_1TO0_INT_ENA_R[src]

Bit 12

pub fn slc_tx_ovf_int_ena(&self) -> SLC_TX_OVF_INT_ENA_R[src]

Bit 11

pub fn slc_rx_udf_int_ena(&self) -> SLC_RX_UDF_INT_ENA_R[src]

Bit 10

pub fn slc_tx_start_int_ena(&self) -> SLC_TX_START_INT_ENA_R[src]

Bit 9

pub fn slc_rx_start_int_ena(&self) -> SLC_RX_START_INT_ENA_R[src]

Bit 8

pub fn slc_frhost_bit7_int_ena(&self) -> SLC_FRHOST_BIT7_INT_ENA_R[src]

Bit 7

pub fn slc_frhost_bit6_int_ena(&self) -> SLC_FRHOST_BIT6_INT_ENA_R[src]

Bit 6

pub fn slc_frhost_bit5_int_ena(&self) -> SLC_FRHOST_BIT5_INT_ENA_R[src]

Bit 5

pub fn slc_frhost_bit4_int_ena(&self) -> SLC_FRHOST_BIT4_INT_ENA_R[src]

Bit 4

pub fn slc_frhost_bit3_int_ena(&self) -> SLC_FRHOST_BIT3_INT_ENA_R[src]

Bit 3

pub fn slc_frhost_bit2_int_ena(&self) -> SLC_FRHOST_BIT2_INT_ENA_R[src]

Bit 2

pub fn slc_frhost_bit1_int_ena(&self) -> SLC_FRHOST_BIT1_INT_ENA_R[src]

Bit 1

pub fn slc_frhost_bit0_int_ena(&self) -> SLC_FRHOST_BIT0_INT_ENA_R[src]

Bit 0

Methods from Deref<Target = R<SLC_INT_ENA_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<SLC_INT_ENA_SPEC>

The resulting type after dereferencing.

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