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