Type Alias R

Source
pub type R = R<HUNG_CONF_SPEC>;
Expand description

Register HUNG_CONF reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn txfifo_timeout(&self) -> TXFIFO_TIMEOUT_R

Bits 0:7 - Stores the timeout value. DMA generates UHCI_TX_HUNG_INT for timeout when receiving data.

Source

pub fn txfifo_timeout_shift(&self) -> TXFIFO_TIMEOUT_SHIFT_R

Bits 8:10 - Configures the maximum counter value.

Source

pub fn txfifo_timeout_ena(&self) -> TXFIFO_TIMEOUT_ENA_R

Bit 11 - Set this bit to enable TX FIFO timeout when receiving.

Source

pub fn rxfifo_timeout(&self) -> RXFIFO_TIMEOUT_R

Bits 12:19 - Stores the timeout value. DMA generates UHCI_TX_HUNG_INT for timeout when reading RAM data.

Source

pub fn rxfifo_timeout_shift(&self) -> RXFIFO_TIMEOUT_SHIFT_R

Bits 20:22 - Configures the maximum counter value.

Source

pub fn rxfifo_timeout_ena(&self) -> RXFIFO_TIMEOUT_ENA_R

Bit 23 - Set this bit to enable TX FIFO timeout when DMA sending data.