pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_start_int_raw(&self) -> RX_START_INT_RAW_R
pub fn rx_start_int_raw(&self) -> RX_START_INT_RAW_R
Bit 0 - This is the interrupt raw bit. Triggered when a separator char has been sent.
sourcepub fn tx_start_int_raw(&self) -> TX_START_INT_RAW_R
pub fn tx_start_int_raw(&self) -> TX_START_INT_RAW_R
Bit 1 - This is the interrupt raw bit. Triggered when UHCI detects a separator char.
sourcepub fn rx_hung_int_raw(&self) -> RX_HUNG_INT_RAW_R
pub fn rx_hung_int_raw(&self) -> RX_HUNG_INT_RAW_R
Bit 2 - This is the interrupt raw bit. Triggered when UHCI takes more time to receive data than configure value.
sourcepub fn tx_hung_int_raw(&self) -> TX_HUNG_INT_RAW_R
pub fn tx_hung_int_raw(&self) -> TX_HUNG_INT_RAW_R
Bit 3 - This is the interrupt raw bit. Triggered when UHCI takes more time to read data from RAM than the configured value.
sourcepub fn send_s_reg_q_int_raw(&self) -> SEND_S_REG_Q_INT_RAW_R
pub fn send_s_reg_q_int_raw(&self) -> SEND_S_REG_Q_INT_RAW_R
Bit 4 - This is the interrupt raw bit. Triggered when UHCI has sent out a short packet using single_send registers.
sourcepub fn send_a_reg_q_int_raw(&self) -> SEND_A_REG_Q_INT_RAW_R
pub fn send_a_reg_q_int_raw(&self) -> SEND_A_REG_Q_INT_RAW_R
Bit 5 - This is the interrupt raw bit. Triggered when UHCI has sent out a short packet using always_send registers.
sourcepub fn out_eof_int_raw(&self) -> OUT_EOF_INT_RAW_R
pub fn out_eof_int_raw(&self) -> OUT_EOF_INT_RAW_R
Bit 6 - This is the interrupt raw bit. Triggered when there are some errors in EOF in the transmit data.
sourcepub fn app_ctrl0_int_raw(&self) -> APP_CTRL0_INT_RAW_R
pub fn app_ctrl0_int_raw(&self) -> APP_CTRL0_INT_RAW_R
Bit 7 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL0_IN_SET.
sourcepub fn app_ctrl1_int_raw(&self) -> APP_CTRL1_INT_RAW_R
pub fn app_ctrl1_int_raw(&self) -> APP_CTRL1_INT_RAW_R
Bit 8 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL1_IN_SET.