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

type W = W<u32, UHCI_HUNG_CONF_REG>;

Writer for register UHCI_HUNG_CONF_REG

Methods

impl W[src]

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

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

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

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

pub fn uhci_rxfifo_timeout(&mut self) -> UHCI_RXFIFO_TIMEOUT_W[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(&mut self) -> UHCI_TXFIFO_TIMEOUT_ENA_W[src]

Bit 11 - The enable bit for txfifo receive data timeout

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

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

pub fn uhci_txfifo_timeout(&mut self) -> UHCI_TXFIFO_TIMEOUT_W[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.