pub type R = R<TOUT_CONF_SPEC>;
Expand description
Register TOUT_CONF
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn rx_tout_en(&self) -> RX_TOUT_EN_R
pub fn rx_tout_en(&self) -> RX_TOUT_EN_R
Bit 0 - This is the enble bit for uart receiver’s timeout function.
sourcepub fn rx_tout_flow_dis(&self) -> RX_TOUT_FLOW_DIS_R
pub fn rx_tout_flow_dis(&self) -> RX_TOUT_FLOW_DIS_R
Bit 1 - Set this bit to stop accumulating idle_cnt when hardware flow control works.
sourcepub fn rx_tout_thrhd(&self) -> RX_TOUT_THRHD_R
pub fn rx_tout_thrhd(&self) -> RX_TOUT_THRHD_R
Bits 2:11 - This register is used to configure the threshold time that receiver takes to receive one byte. The rxfifo_tout_int interrupt will be trigger when the receiver takes more time to receive one byte with rx_tout_en set to 1.