[][src]Type Definition esp32::uhci::uhci_hung_conf_reg::R

type R = R<u32, UHCI_HUNG_CONF_REG>;

Reader of register UHCI_HUNG_CONF_REG

Methods

impl R[src]

pub fn uhci_rxfifo_timeout_ena(&self) -> UHCI_RXFIFO_TIMEOUT_ENA_R[src]

Bit 23 - This is the enable bit for DMA send data timeout

pub fn uhci_rxfifo_timeout_shift(&self) -> UHCI_RXFIFO_TIMEOUT_SHIFT_R[src]

Bits 20:22 - The tick count is cleared when its value >=(17'd8000>>reg_rxfifo_timeout_shift)

pub fn uhci_rxfifo_timeout(&self) -> UHCI_RXFIFO_TIMEOUT_R[src]

Bits 12:19 - This register stores the timeout value.when DMA takes more time than this register value to read a data from RAM it will produce uhci_rx_hung_int interrupt.

pub fn uhci_txfifo_timeout_ena(&self) -> UHCI_TXFIFO_TIMEOUT_ENA_R[src]

Bit 11 - The enable bit for txfifo receive data timeout

pub fn uhci_txfifo_timeout_shift(&self) -> UHCI_TXFIFO_TIMEOUT_SHIFT_R[src]

Bits 8:10 - The tick count is cleared when its value >=(17'd8000>>reg_txfifo_timeout_shift)

pub fn uhci_txfifo_timeout(&self) -> UHCI_TXFIFO_TIMEOUT_R[src]

Bits 0:7 - This register stores the timeout value.when DMA takes more time than this register value to receive a data it will produce uhci_tx_hung_int interrupt.