Struct esp32_hal::pac::uhci0::conf1::W

pub struct W(_);
Expand description

Register CONF1 writer

Implementations§

Bit 0 - Set this bit to enable decoder to check check_sum in packet header.

Bit 1 - Set this bit to enable decoder to check seq num in packet header.

Bit 2 - Set this bit to disable crc calculation.

Bit 3 - Set this bit to save packet header .

Bit 4 - Set this bit to enable hardware replace check_sum in packet header automatically.

Bit 5 - Set this bit to enable hardware replace ack num in packet header automatically.

Bit 6 - Set this bit to check the owner bit in link descriptor.

Bit 7 - Set this bit to enable software way to add packet header.

Bit 8 - Set this bit to start inserting the packet header.

Bits 9:20 - when data amount in link descriptor’s fifo is more than this register value it will produce uhci_dma_infifo_full_wm_int interrupt.

Writes raw bits to the register.

Methods from Deref<Target = W<CONF1_SPEC>>§

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.