Expand description

Structs

This register you can [read] (crate::generic::Reg::read), [write_with_zero] (crate::generic::Reg::write_with_zero), [reset] (crate::generic::Reg::reset), write (crate::generic::Reg::write), [modify] (crate::generic::Reg::modify). See [API] (https://docs.rs/svd2rust/#read–modify–write-api).

Register CONF1 reader

Field RXFIFO_FULL_THRHD reader - When receiver receives more data than its threshold value.receiver will produce rxfifo_full_int_raw interrupt.the threshold value is (rx_flow_thrhd_h3 rxfifo_full_thrhd).

Field RXFIFO_FULL_THRHD writer - When receiver receives more data than its threshold value.receiver will produce rxfifo_full_int_raw interrupt.the threshold value is (rx_flow_thrhd_h3 rxfifo_full_thrhd).

Field RX_FLOW_EN reader - This is the flow enable bit for uart receiver. 1:choose software flow control with configuring sw_rts signal

Field RX_FLOW_EN writer - This is the flow enable bit for uart receiver. 1:choose software flow control with configuring sw_rts signal

Field RX_FLOW_THRHD reader - when receiver receives more data than its threshold value. receiver produce signal to tell the transmitter stop transferring data. the threshold value is (rx_flow_thrhd_h3 rx_flow_thrhd).

Field RX_FLOW_THRHD writer - when receiver receives more data than its threshold value. receiver produce signal to tell the transmitter stop transferring data. the threshold value is (rx_flow_thrhd_h3 rx_flow_thrhd).

Field RX_TOUT_EN reader - This is the enble bit for uart receiver’s timeout function.

Field RX_TOUT_EN writer - This is the enble bit for uart receiver’s timeout function.

Field RX_TOUT_THRHD reader - This register is used to configure the timeout value for uart receiver receiving a byte.

Field RX_TOUT_THRHD writer - This register is used to configure the timeout value for uart receiver receiving a byte.

Field TXFIFO_EMPTY_THRHD reader - when the data amount in transmitter fifo is less than its threshold value. it will produce txfifo_empty_int_raw interrupt. the threshold value is (tx_mem_empty_thrhd txfifo_empty_thrhd)

Field TXFIFO_EMPTY_THRHD writer - when the data amount in transmitter fifo is less than its threshold value. it will produce txfifo_empty_int_raw interrupt. the threshold value is (tx_mem_empty_thrhd txfifo_empty_thrhd)

Register CONF1 writer