Struct esp32c3_hal::pac::usb_device::int_raw::R
pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations
impl R
impl R
pub fn jtag_in_flush_int_raw(&self) -> BitReaderRaw<bool>
pub fn jtag_in_flush_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - The raw interrupt bit turns to high level when flush cmd is received for IN endpoint 2 of JTAG.
pub fn sof_int_raw(&self) -> BitReaderRaw<bool>
pub fn sof_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - The raw interrupt bit turns to high level when SOF frame is received.
pub fn serial_out_recv_pkt_int_raw(&self) -> BitReaderRaw<bool>
pub fn serial_out_recv_pkt_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - The raw interrupt bit turns to high level when Serial Port OUT Endpoint received one packet.
pub fn serial_in_empty_int_raw(&self) -> BitReaderRaw<bool>
pub fn serial_in_empty_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - The raw interrupt bit turns to high level when Serial Port IN Endpoint is empty.
pub fn pid_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn pid_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - The raw interrupt bit turns to high level when pid error is detected.
pub fn crc5_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn crc5_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 5 - The raw interrupt bit turns to high level when CRC5 error is detected.
pub fn crc16_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn crc16_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - The raw interrupt bit turns to high level when CRC16 error is detected.
pub fn stuff_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn stuff_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - The raw interrupt bit turns to high level when stuff error is detected.
pub fn in_token_rec_in_ep1_int_raw(&self) -> BitReaderRaw<bool>
pub fn in_token_rec_in_ep1_int_raw(&self) -> BitReaderRaw<bool>
Bit 8 - The raw interrupt bit turns to high level when IN token for IN endpoint 1 is received.
pub fn usb_bus_reset_int_raw(&self) -> BitReaderRaw<bool>
pub fn usb_bus_reset_int_raw(&self) -> BitReaderRaw<bool>
Bit 9 - The raw interrupt bit turns to high level when usb bus reset is detected.
pub fn out_ep1_zero_payload_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_ep1_zero_payload_int_raw(&self) -> BitReaderRaw<bool>
Bit 10 - The raw interrupt bit turns to high level when OUT endpoint 1 received packet with zero palyload.
pub fn out_ep2_zero_payload_int_raw(&self) -> BitReaderRaw<bool>
pub fn out_ep2_zero_payload_int_raw(&self) -> BitReaderRaw<bool>
Bit 11 - The raw interrupt bit turns to high level when OUT endpoint 2 received packet with zero palyload.
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.