pub struct R(_);
Expand description
Register _0INT_RAW
reader
Implementations§
§impl R
impl R
pub fn frhost_bit0_int_raw(&self) -> BitReaderRaw<bool>
pub fn frhost_bit0_int_raw(&self) -> BitReaderRaw<bool>
Bit 0
pub fn frhost_bit1_int_raw(&self) -> BitReaderRaw<bool>
pub fn frhost_bit1_int_raw(&self) -> BitReaderRaw<bool>
Bit 1
pub fn frhost_bit2_int_raw(&self) -> BitReaderRaw<bool>
pub fn frhost_bit2_int_raw(&self) -> BitReaderRaw<bool>
Bit 2
pub fn frhost_bit3_int_raw(&self) -> BitReaderRaw<bool>
pub fn frhost_bit3_int_raw(&self) -> BitReaderRaw<bool>
Bit 3
pub fn frhost_bit4_int_raw(&self) -> BitReaderRaw<bool>
pub fn frhost_bit4_int_raw(&self) -> BitReaderRaw<bool>
Bit 4
pub fn frhost_bit5_int_raw(&self) -> BitReaderRaw<bool>
pub fn frhost_bit5_int_raw(&self) -> BitReaderRaw<bool>
Bit 5
pub fn frhost_bit6_int_raw(&self) -> BitReaderRaw<bool>
pub fn frhost_bit6_int_raw(&self) -> BitReaderRaw<bool>
Bit 6
pub fn frhost_bit7_int_raw(&self) -> BitReaderRaw<bool>
pub fn frhost_bit7_int_raw(&self) -> BitReaderRaw<bool>
Bit 7
pub fn slc0_rx_start_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_start_int_raw(&self) -> BitReaderRaw<bool>
Bit 8
pub fn slc0_tx_start_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_start_int_raw(&self) -> BitReaderRaw<bool>
Bit 9
pub fn slc0_rx_udf_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_udf_int_raw(&self) -> BitReaderRaw<bool>
Bit 10
pub fn slc0_tx_ovf_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_ovf_int_raw(&self) -> BitReaderRaw<bool>
Bit 11
pub fn slc0_token0_1to0_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_token0_1to0_int_raw(&self) -> BitReaderRaw<bool>
Bit 12
pub fn slc0_token1_1to0_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_token1_1to0_int_raw(&self) -> BitReaderRaw<bool>
Bit 13
pub fn slc0_tx_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 14
pub fn slc0_tx_suc_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_suc_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 15
pub fn slc0_rx_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 16
pub fn slc0_rx_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 17
pub fn slc0_tohost_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_tohost_int_raw(&self) -> BitReaderRaw<bool>
Bit 18
pub fn slc0_tx_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 19
pub fn slc0_rx_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 20
pub fn slc0_tx_dscr_empty_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_dscr_empty_int_raw(&self) -> BitReaderRaw<bool>
Bit 21
pub fn slc0_host_rd_ack_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_host_rd_ack_int_raw(&self) -> BitReaderRaw<bool>
Bit 22
pub fn slc0_wr_retry_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_wr_retry_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 23
pub fn slc0_tx_err_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_tx_err_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 24
pub fn cmd_dtc_int_raw(&self) -> BitReaderRaw<bool>
pub fn cmd_dtc_int_raw(&self) -> BitReaderRaw<bool>
Bit 25
pub fn slc0_rx_quick_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_quick_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 26
Methods from Deref<Target = R<_0INT_RAW_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<_0INT_RAW_SPEC>> for R
impl From<R<_0INT_RAW_SPEC>> for R
§fn from(reader: R<_0INT_RAW_SPEC>) -> R
fn from(reader: R<_0INT_RAW_SPEC>) -> R
Converts to this type from the input type.