Struct esp32s3::uhci0::conf0::R

source ·
pub struct R(_);
Expand description

Register CONF0 reader

Implementations

Bit 0 - Write 1, then write 0 to this bit to reset decode state machine.

Bit 1 - Write 1, then write 0 to this bit to reset encode state machine.

Bit 2 - Set this bit to link up HCI and UART0.

Bit 3 - Set this bit to link up HCI and UART1.

Bit 4 - Set this bit to link up HCI and UART2.

Bit 5 - Set this bit to separate the data frame using a special char.

Bit 6 - Set this bit to encode the data packet with a formatting header.

Bit 7 - Set this bit to enable UHCI to receive the 16 bit CRC.

Bit 8 - If this bit is set to 1, UHCI will end the payload receiving process when UART has been in idle state.

Bit 9 - If this bit is set to 1, UHCI decoder receiving payload data is end when the receiving byte count has reached the specified value. The value is payload length indicated by UHCI packet header when UHCI_HEAD_EN is 1 or the value is configuration value when UHCI_HEAD_EN is 0. If this bit is set to 0, UHCI decoder receiving payload data is end when 0xc0 is received.

Bit 10 - Set this bit to enable data integrity checking by appending a 16 bit CCITT-CRC to end of the payload.

Bit 11 - 1’b1: Force clock on for register. 1’b0: Support clock only when application writes registers.

Bit 12 - If this bit is set to 1, UHCI will end payload receive process when NULL frame is received by UART.

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