Struct esp8266::uart1::uart_conf1::R[][src]

pub struct R(_);
Expand description

Register UART_CONF1 reader

Implementations

Bit 31 - Set this bit to enable rx time-out function

Bits 24:30 - Config bits for rx time-out threshold,uint: byte,0-127

Bit 23 - Set this bit to enable rx hardware flow control

Bits 16:22 - The config bits for rx flow control threshold,0-127

Bits 8:14 - The config bits for tx fifo empty threshold,0-127

Bits 0:6 - The config bits for rx fifo full threshold,0-127

Methods from Deref<Target = R<UART_CONF1_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.