pub type R = R<INT_RAW_SPEC>;
Expand description
Register INT_RAW
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn rx_start(&self) -> RX_START_R
pub fn rx_start(&self) -> RX_START_R
Bit 0 - This is the interrupt raw bit. Triggered when a separator char has been sent.
sourcepub fn tx_start(&self) -> TX_START_R
pub fn tx_start(&self) -> TX_START_R
Bit 1 - This is the interrupt raw bit. Triggered when UHCI detects a separator char.
sourcepub fn rx_hung(&self) -> RX_HUNG_R
pub fn rx_hung(&self) -> RX_HUNG_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(&self) -> TX_HUNG_R
pub fn tx_hung(&self) -> TX_HUNG_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(&self) -> SEND_S_REG_Q_R
pub fn send_s_reg_q(&self) -> SEND_S_REG_Q_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(&self) -> SEND_A_REG_Q_R
pub fn send_a_reg_q(&self) -> SEND_A_REG_Q_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(&self) -> OUT_EOF_R
pub fn out_eof(&self) -> OUT_EOF_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(&self) -> APP_CTRL0_R
pub fn app_ctrl0(&self) -> APP_CTRL0_R
Bit 7 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL0_IN_SET.
sourcepub fn app_ctrl1(&self) -> APP_CTRL1_R
pub fn app_ctrl1(&self) -> APP_CTRL1_R
Bit 8 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL1_IN_SET.