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>>
Trait Implementations
Performs the conversion.