Struct esp32_hal::pac::slc::_1int_ena1::R
pub struct R(_);
Expand description
Register _1INT_ENA1
reader
Implementations§
§impl R
impl R
pub fn frhost_bit8_int_ena1(&self) -> BitReaderRaw<bool>
pub fn frhost_bit8_int_ena1(&self) -> BitReaderRaw<bool>
Bit 0
pub fn frhost_bit9_int_ena1(&self) -> BitReaderRaw<bool>
pub fn frhost_bit9_int_ena1(&self) -> BitReaderRaw<bool>
Bit 1
pub fn frhost_bit10_int_ena1(&self) -> BitReaderRaw<bool>
pub fn frhost_bit10_int_ena1(&self) -> BitReaderRaw<bool>
Bit 2
pub fn frhost_bit11_int_ena1(&self) -> BitReaderRaw<bool>
pub fn frhost_bit11_int_ena1(&self) -> BitReaderRaw<bool>
Bit 3
pub fn frhost_bit12_int_ena1(&self) -> BitReaderRaw<bool>
pub fn frhost_bit12_int_ena1(&self) -> BitReaderRaw<bool>
Bit 4
pub fn frhost_bit13_int_ena1(&self) -> BitReaderRaw<bool>
pub fn frhost_bit13_int_ena1(&self) -> BitReaderRaw<bool>
Bit 5
pub fn frhost_bit14_int_ena1(&self) -> BitReaderRaw<bool>
pub fn frhost_bit14_int_ena1(&self) -> BitReaderRaw<bool>
Bit 6
pub fn frhost_bit15_int_ena1(&self) -> BitReaderRaw<bool>
pub fn frhost_bit15_int_ena1(&self) -> BitReaderRaw<bool>
Bit 7
pub fn slc1_rx_start_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_start_int_ena1(&self) -> BitReaderRaw<bool>
Bit 8
pub fn slc1_tx_start_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_start_int_ena1(&self) -> BitReaderRaw<bool>
Bit 9
pub fn slc1_rx_udf_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_udf_int_ena1(&self) -> BitReaderRaw<bool>
Bit 10
pub fn slc1_tx_ovf_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_ovf_int_ena1(&self) -> BitReaderRaw<bool>
Bit 11
pub fn slc1_token0_1to0_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_token0_1to0_int_ena1(&self) -> BitReaderRaw<bool>
Bit 12
pub fn slc1_token1_1to0_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_token1_1to0_int_ena1(&self) -> BitReaderRaw<bool>
Bit 13
pub fn slc1_tx_done_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_done_int_ena1(&self) -> BitReaderRaw<bool>
Bit 14
pub fn slc1_tx_suc_eof_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_suc_eof_int_ena1(&self) -> BitReaderRaw<bool>
Bit 15
pub fn slc1_rx_done_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_done_int_ena1(&self) -> BitReaderRaw<bool>
Bit 16
pub fn slc1_rx_eof_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_eof_int_ena1(&self) -> BitReaderRaw<bool>
Bit 17
pub fn slc1_tohost_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_tohost_int_ena1(&self) -> BitReaderRaw<bool>
Bit 18
pub fn slc1_tx_dscr_err_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_dscr_err_int_ena1(&self) -> BitReaderRaw<bool>
Bit 19
pub fn slc1_rx_dscr_err_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_rx_dscr_err_int_ena1(&self) -> BitReaderRaw<bool>
Bit 20
pub fn slc1_tx_dscr_empty_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_dscr_empty_int_ena1(&self) -> BitReaderRaw<bool>
Bit 21
pub fn slc1_host_rd_ack_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_host_rd_ack_int_ena1(&self) -> BitReaderRaw<bool>
Bit 22
pub fn slc1_wr_retry_done_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_wr_retry_done_int_ena1(&self) -> BitReaderRaw<bool>
Bit 23
pub fn slc1_tx_err_eof_int_ena1(&self) -> BitReaderRaw<bool>
pub fn slc1_tx_err_eof_int_ena1(&self) -> BitReaderRaw<bool>
Bit 24
Methods from Deref<Target = R<_1INT_ENA1_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<_1INT_ENA1_SPEC>> for R
impl From<R<_1INT_ENA1_SPEC>> for R
§fn from(reader: R<_1INT_ENA1_SPEC>) -> R
fn from(reader: R<_1INT_ENA1_SPEC>) -> R
Converts to this type from the input type.