Struct esp32s3_hal::pac::uhci0::int_raw::R
pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
§impl R
impl R
pub fn rx_start_int_raw(&self) -> BitReaderRaw<bool>
pub fn rx_start_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - This is the interrupt raw bit. Triggered when a separator char has been sent.
pub fn tx_start_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_start_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - This is the interrupt raw bit. Triggered when UHCI detects a separator char.
pub fn rx_hung_int_raw(&self) -> BitReaderRaw<bool>
pub fn rx_hung_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - This is the interrupt raw bit. Triggered when UHCI takes more time to receive data than configure value.
pub fn tx_hung_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_hung_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - This is the interrupt raw bit. Triggered when UHCI takes more time to read data from RAM than the configured value.
pub fn send_s_reg_q_int_raw(&self) -> BitReaderRaw<bool>
pub fn send_s_reg_q_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - This is the interrupt raw bit. Triggered when UHCI has sent out a short packet using single_send registers.
pub fn send_a_reg_q_int_raw(&self) -> BitReaderRaw<bool>
pub fn send_a_reg_q_int_raw(&self) -> BitReaderRaw<bool>
Bit 5 - This is the interrupt raw bit. Triggered when UHCI has sent out a short packet using always_send registers.
pub fn out_eof_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_eof_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - This is the interrupt raw bit. Triggered when there are some errors in EOF in the transmit data.
pub fn app_ctrl0_int_raw(&self) -> BitReaderRaw<bool>
pub fn app_ctrl0_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL0_IN_SET.
pub fn app_ctrl1_int_raw(&self) -> BitReaderRaw<bool>
pub fn app_ctrl1_int_raw(&self) -> BitReaderRaw<bool>
Bit 8 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL1_IN_SET.
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.