pub type R = R<HUNG_CONF_SPEC>;
Expand description
Register HUNG_CONF
reader
Aliased Type§
pub struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn txfifo_timeout(&self) -> TXFIFO_TIMEOUT_R
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.
Sourcepub fn txfifo_timeout_shift(&self) -> TXFIFO_TIMEOUT_SHIFT_R
pub fn txfifo_timeout_shift(&self) -> TXFIFO_TIMEOUT_SHIFT_R
Bits 8:10 - Configures the maximum counter value.
Sourcepub fn txfifo_timeout_ena(&self) -> TXFIFO_TIMEOUT_ENA_R
pub fn txfifo_timeout_ena(&self) -> TXFIFO_TIMEOUT_ENA_R
Bit 11 - Set this bit to enable TX FIFO timeout when receiving.
Sourcepub fn rxfifo_timeout(&self) -> RXFIFO_TIMEOUT_R
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.
Sourcepub fn rxfifo_timeout_shift(&self) -> RXFIFO_TIMEOUT_SHIFT_R
pub fn rxfifo_timeout_shift(&self) -> RXFIFO_TIMEOUT_SHIFT_R
Bits 20:22 - Configures the maximum counter value.
Sourcepub fn rxfifo_timeout_ena(&self) -> RXFIFO_TIMEOUT_ENA_R
pub fn rxfifo_timeout_ena(&self) -> RXFIFO_TIMEOUT_ENA_R
Bit 23 - Set this bit to enable TX FIFO timeout when DMA sending data.