Struct esp32s3_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. It will produce the UHCI_TX_HUNG_INT interrupt when DMA takes more time to receive data.

Bits 8:10 - This register is used to configure the tick count maximum value.

Bit 11 - This is the enable bit for Tx-FIFO receive-data timeout.

Bits 12:19 - This register stores the timeout value. It will produce the UHCI_RX_HUNG_INT interrupt when DMA takes more time to read data from RAM.

Bits 20:22 - This register is used to configure the tick count maximum value.

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.