Type Alias esp32s3::uhci0::int_raw::R

source ·
pub type R = R<INT_RAW_SPEC>;
Expand description

Register INT_RAW reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rx_start(&self) -> RX_START_R

Bit 0 - This is the interrupt raw bit. Triggered when a separator char has been sent.

source

pub fn tx_start(&self) -> TX_START_R

Bit 1 - This is the interrupt raw bit. Triggered when UHCI detects a separator char.

source

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.

source

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.

source

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.

source

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.

source

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.

source

pub fn app_ctrl0(&self) -> APP_CTRL0_R

Bit 7 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL0_IN_SET.

source

pub fn app_ctrl1(&self) -> APP_CTRL1_R

Bit 8 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL1_IN_SET.