[][src]Type Definition esp32::uart::uart_swfc_conf_reg::W

type W = W<u32, UART_SWFC_CONF_REG>;

Writer for register UART_SWFC_CONF_REG

Methods

impl W[src]

pub fn uart_xoff_char(&mut self) -> UART_XOFF_CHAR_W[src]

Bits 24:31 - This register stores the xoff flow control char.

pub fn uart_xon_char(&mut self) -> UART_XON_CHAR_W[src]

Bits 16:23 - This register stores the xon flow control char.

pub fn uart_xoff_threshold(&mut self) -> UART_XOFF_THRESHOLD_W[src]

Bits 8:15 - When the data amount in receiver's fifo is less than this register value. it will send a xon char with uart_sw_flow_con_en set to 1.

pub fn uart_xon_threshold(&mut self) -> UART_XON_THRESHOLD_W[src]

Bits 0:7 - when the data amount in receiver's fifo is more than this register value. it will send a xoff char with uart_sw_flow_con_en set to 1.