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

pub struct R(_);
Expand description

Register UART_STATUS reader

Implementations

Bit 31 - The level of the uart txd pin

Bit 30 - The level of uart rts pin

Bit 29 - The level of uart dtr pin

Bits 16:23 - Number of data in UART TX fifo

Bit 15 - The level of uart rxd pin

Bit 14 - The level of uart cts pin

Bit 13 - The level of uart dsr pin

Bits 0:7 - Number of data in uart rx fifo

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