pub struct W(_);
Expand description
Register TOUT_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, 0>
pub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, 0>
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<'_, 1>
pub fn rx_tout_flow_dis(&mut self) -> RX_TOUT_FLOW_DIS_W<'_, 1>
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<'_, 2>
pub fn rx_tout_thrhd(&mut self) -> RX_TOUT_THRHD_W<'_, 2>
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.
Methods from Deref<Target = W<TOUT_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more