pub type W = W<TOUT_CONF_SPEC>;
Expand description
Register TOUT_CONF
writer
Aliased Type§
pub struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, TOUT_CONF_SPEC>
pub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, TOUT_CONF_SPEC>
Bit 0 - This is the enble bit for uart receiver’s timeout function.
Sourcepub fn rx_tout_flow_dis(&mut self) -> RX_TOUT_FLOW_DIS_W<'_, TOUT_CONF_SPEC>
pub fn rx_tout_flow_dis(&mut self) -> RX_TOUT_FLOW_DIS_W<'_, TOUT_CONF_SPEC>
Bit 1 - Set this bit to stop accumulating idle_cnt when hardware flow control works.
Sourcepub fn rx_tout_thrhd(&mut self) -> RX_TOUT_THRHD_W<'_, TOUT_CONF_SPEC>
pub fn rx_tout_thrhd(&mut self) -> RX_TOUT_THRHD_W<'_, TOUT_CONF_SPEC>
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.