Struct esp32_hal::pac::uhci0::hung_conf::R

pub struct R(_);
Expand description

Register HUNG_CONF reader

Implementations§

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.

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

Bit 11 - The enable bit for txfifo receive data timeout

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.

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

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

Methods from Deref<Target = R<HUNG_CONF_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.