[][src]Type Definition esp8266::uart1::uart_conf1::W

type W = W<u32, UART_CONF1>;

Writer for register UART_CONF1

Methods

impl W[src]

pub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W[src]

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

pub fn rx_tout_thrhd(&mut self) -> RX_TOUT_THRHD_W[src]

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

pub fn rx_flow_en(&mut self) -> RX_FLOW_EN_W[src]

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

pub fn rx_flow_thrhd(&mut self) -> RX_FLOW_THRHD_W[src]

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

pub fn txfifo_empty_thrhd(&mut self) -> TXFIFO_EMPTY_THRHD_W[src]

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

pub fn rxfifo_full_thrhd(&mut self) -> RXFIFO_FULL_THRHD_W[src]

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