Struct esp32s3_hal::pac::uhci0::conf1::R

pub struct R(_);
Expand description

Register CONF1 reader

Implementations§

Bit 0 - This is the enable bit to check header checksum when UHCI receives a data packet.

Bit 1 - This is the enable bit to check sequence number when UHCI receives a data packet.

Bit 2 - Set this bit to support CRC calculation. Data Integrity Check Present bit in UHCI packet frame should be 1.

Bit 3 - Set this bit to save the packet header when HCI receives a data packet.

Bit 4 - Set this bit to encode the data packet with a checksum.

Bit 5 - Set this bit to encode the data packet with an acknowledgment when a reliable packet is to be transmit.

Bit 7 - The uhci-encoder will jump to ST_SW_WAIT status if this register is set to 1.

Bit 8 - If current UHCI_ENCODE_STATE is ST_SW_WAIT, the UHCI will start to send data packet out when this bit is set to 1.

Methods from Deref<Target = R<CONF1_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.