Type Alias W

Source
pub type W = W<CONF1_SPEC>;
Expand description

Register CONF1 writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn rxfifo_full_thrhd(&mut self) -> RXFIFO_FULL_THRHD_W<'_, CONF1_SPEC>

Bits 0:9 - It will produce rxfifo_full_int interrupt when receiver receives more data than this register value.

Source

pub fn txfifo_empty_thrhd(&mut self) -> TXFIFO_EMPTY_THRHD_W<'_, CONF1_SPEC>

Bits 10:19 - It will produce txfifo_empty_int interrupt when the data amount in Tx-FIFO is less than this register value.

Source

pub fn dis_rx_dat_ovf(&mut self) -> DIS_RX_DAT_OVF_W<'_, CONF1_SPEC>

Bit 20 - Disable UART Rx data overflow detect.

Source

pub fn rx_tout_flow_dis(&mut self) -> RX_TOUT_FLOW_DIS_W<'_, CONF1_SPEC>

Bit 21 - Set this bit to stop accumulating idle_cnt when hardware flow control works.

Source

pub fn rx_flow_en(&mut self) -> RX_FLOW_EN_W<'_, CONF1_SPEC>

Bit 22 - This is the flow enable bit for UART receiver.

Source

pub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, CONF1_SPEC>

Bit 23 - This is the enble bit for uart receiver’s timeout function.