Struct esp32_hal::pac::slchost::host_slc1host_int_st::R
pub struct R(_);
Expand description
Register HOST_SLC1HOST_INT_ST
reader
Implementations§
§impl R
impl R
pub fn host_slc1_tohost_bit0_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tohost_bit0_int_st(&self) -> BitReaderRaw<bool>
Bit 0
pub fn host_slc1_tohost_bit1_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tohost_bit1_int_st(&self) -> BitReaderRaw<bool>
Bit 1
pub fn host_slc1_tohost_bit2_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tohost_bit2_int_st(&self) -> BitReaderRaw<bool>
Bit 2
pub fn host_slc1_tohost_bit3_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tohost_bit3_int_st(&self) -> BitReaderRaw<bool>
Bit 3
pub fn host_slc1_tohost_bit4_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tohost_bit4_int_st(&self) -> BitReaderRaw<bool>
Bit 4
pub fn host_slc1_tohost_bit5_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tohost_bit5_int_st(&self) -> BitReaderRaw<bool>
Bit 5
pub fn host_slc1_tohost_bit6_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tohost_bit6_int_st(&self) -> BitReaderRaw<bool>
Bit 6
pub fn host_slc1_tohost_bit7_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tohost_bit7_int_st(&self) -> BitReaderRaw<bool>
Bit 7
pub fn host_slc1_token0_1to0_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_token0_1to0_int_st(&self) -> BitReaderRaw<bool>
Bit 8
pub fn host_slc1_token1_1to0_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_token1_1to0_int_st(&self) -> BitReaderRaw<bool>
Bit 9
pub fn host_slc1_token0_0to1_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_token0_0to1_int_st(&self) -> BitReaderRaw<bool>
Bit 10
pub fn host_slc1_token1_0to1_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_token1_0to1_int_st(&self) -> BitReaderRaw<bool>
Bit 11
pub fn host_slc1host_rx_sof_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1host_rx_sof_int_st(&self) -> BitReaderRaw<bool>
Bit 12
pub fn host_slc1host_rx_eof_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1host_rx_eof_int_st(&self) -> BitReaderRaw<bool>
Bit 13
pub fn host_slc1host_rx_start_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1host_rx_start_int_st(&self) -> BitReaderRaw<bool>
Bit 14
pub fn host_slc1host_tx_start_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1host_tx_start_int_st(&self) -> BitReaderRaw<bool>
Bit 15
pub fn host_slc1_rx_udf_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_rx_udf_int_st(&self) -> BitReaderRaw<bool>
Bit 16
pub fn host_slc1_tx_ovf_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_tx_ovf_int_st(&self) -> BitReaderRaw<bool>
Bit 17
pub fn host_slc1_rx_pf_valid_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_rx_pf_valid_int_st(&self) -> BitReaderRaw<bool>
Bit 18
pub fn host_slc1_ext_bit0_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_ext_bit0_int_st(&self) -> BitReaderRaw<bool>
Bit 19
pub fn host_slc1_ext_bit1_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_ext_bit1_int_st(&self) -> BitReaderRaw<bool>
Bit 20
pub fn host_slc1_ext_bit2_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_ext_bit2_int_st(&self) -> BitReaderRaw<bool>
Bit 21
pub fn host_slc1_ext_bit3_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_ext_bit3_int_st(&self) -> BitReaderRaw<bool>
Bit 22
pub fn host_slc1_wifi_rx_new_packet_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_wifi_rx_new_packet_int_st(&self) -> BitReaderRaw<bool>
Bit 23
pub fn host_slc1_host_rd_retry_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_host_rd_retry_int_st(&self) -> BitReaderRaw<bool>
Bit 24
pub fn host_slc1_bt_rx_new_packet_int_st(&self) -> BitReaderRaw<bool>
pub fn host_slc1_bt_rx_new_packet_int_st(&self) -> BitReaderRaw<bool>
Bit 25
Methods from Deref<Target = R<HOST_SLC1HOST_INT_ST_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<HOST_SLC1HOST_INT_ST_SPEC>> for R
impl From<R<HOST_SLC1HOST_INT_ST_SPEC>> for R
§fn from(reader: R<HOST_SLC1HOST_INT_ST_SPEC>) -> R
fn from(reader: R<HOST_SLC1HOST_INT_ST_SPEC>) -> R
Converts to this type from the input type.