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

pub struct R(_);
Expand description

Register UART_INT_RAW reader

Implementations

Bit 8 - The interrupt raw bit for Rx time-out interrupt(depands on theUART_RX_TOUT_THRHD)

Bit 7 - The interrupt raw bit for Rx byte start error

Bit 6 - The interrupt raw bit for CTS changing level

Bit 5 - The interrupt raw bit for DSR changing level

Bit 4 - The interrupt raw bit for rx fifo overflow

Bit 3 - The interrupt raw bit for other rx error

Bit 2 - The interrupt raw bit for parity check error

Bit 1 - The interrupt raw bit for tx fifo empty interrupt(depands onUART_TXFIFO_EMPTY_THRHD bits)

Bit 0 - The interrupt raw bit for rx fifo full interrupt(depands onUART_RXFIFO_FULL_THRHD bits)

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