pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
§impl R
impl R
pub fn rx_take_data_int_raw(&self) -> BitReaderRaw<bool>
pub fn rx_take_data_int_raw(&self) -> BitReaderRaw<bool>
Bit 0
pub fn tx_put_data_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_put_data_int_raw(&self) -> BitReaderRaw<bool>
Bit 1
pub fn rx_wfull_int_raw(&self) -> BitReaderRaw<bool>
pub fn rx_wfull_int_raw(&self) -> BitReaderRaw<bool>
Bit 2
pub fn rx_rempty_int_raw(&self) -> BitReaderRaw<bool>
pub fn rx_rempty_int_raw(&self) -> BitReaderRaw<bool>
Bit 3
pub fn tx_wfull_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_wfull_int_raw(&self) -> BitReaderRaw<bool>
Bit 4
pub fn tx_rempty_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_rempty_int_raw(&self) -> BitReaderRaw<bool>
Bit 5
pub fn rx_hung_int_raw(&self) -> BitReaderRaw<bool>
pub fn rx_hung_int_raw(&self) -> BitReaderRaw<bool>
Bit 6
pub fn tx_hung_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_hung_int_raw(&self) -> BitReaderRaw<bool>
Bit 7
pub fn in_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 8
pub fn in_suc_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_suc_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 9
pub fn in_err_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_err_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 10
pub fn out_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 11
pub fn out_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 12
pub fn in_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 13
pub fn out_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_dscr_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 14
pub fn in_dscr_empty_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_dscr_empty_int_raw(&self) -> BitReaderRaw<bool>
Bit 15
pub fn out_total_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_total_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 16
Methods from Deref<Target = R<INT_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<INT_RAW_SPEC>> for R
impl From<R<INT_RAW_SPEC>> for R
§fn from(reader: R<INT_RAW_SPEC>) -> R
fn from(reader: R<INT_RAW_SPEC>) -> R
Converts to this type from the input type.