pub struct W(_);Expand description
Register HUNG_CONF writer
Implementations§
source§impl W
impl W
sourcepub fn txfifo_timeout(&mut self) -> TXFIFO_TIMEOUT_W<'_, 0>
pub fn txfifo_timeout(&mut self) -> TXFIFO_TIMEOUT_W<'_, 0>
Bits 0:7 - This register stores the timeout value. UHCI produce the UHCI_TX_HUNG_INT interrupt when DMA takes more time to receive data.
sourcepub fn txfifo_timeout_shift(&mut self) -> TXFIFO_TIMEOUT_SHIFT_W<'_, 8>
pub fn txfifo_timeout_shift(&mut self) -> TXFIFO_TIMEOUT_SHIFT_W<'_, 8>
Bits 8:10 - This register is used to configure the maximum tick count.
sourcepub fn txfifo_timeout_ena(&mut self) -> TXFIFO_TIMEOUT_ENA_W<'_, 11>
pub fn txfifo_timeout_ena(&mut self) -> TXFIFO_TIMEOUT_ENA_W<'_, 11>
Bit 11 - This is the enable bit for TX FIFO receive timeout.
sourcepub fn rxfifo_timeout(&mut self) -> RXFIFO_TIMEOUT_W<'_, 12>
pub fn rxfifo_timeout(&mut self) -> RXFIFO_TIMEOUT_W<'_, 12>
Bits 12:19 - This register stores the timeout value. UHCI produce the UHCI_RX_HUNG_INT interrupt when DMA takes more time to read data from RAM.
sourcepub fn rxfifo_timeout_shift(&mut self) -> RXFIFO_TIMEOUT_SHIFT_W<'_, 20>
pub fn rxfifo_timeout_shift(&mut self) -> RXFIFO_TIMEOUT_SHIFT_W<'_, 20>
Bits 20:22 - This register is used to configure the maximum tick count.
sourcepub fn rxfifo_timeout_ena(&mut self) -> RXFIFO_TIMEOUT_ENA_W<'_, 23>
pub fn rxfifo_timeout_ena(&mut self) -> RXFIFO_TIMEOUT_ENA_W<'_, 23>
Bit 23 - This is the enable bit for DMA send timeout.
Methods from Deref<Target = W<HUNG_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more