pub struct W(_);Expand description
Register CONF1 writer
Implementations§
source§impl W
 
impl W
sourcepub fn rxfifo_full_thrhd(&mut self) -> RXFIFO_FULL_THRHD_W<'_, 0>
 
pub fn rxfifo_full_thrhd(&mut self) -> RXFIFO_FULL_THRHD_W<'_, 0>
Bits 0:9 - It will produce rxfifo_full_int interrupt when receiver receives more data than this register value.
sourcepub fn txfifo_empty_thrhd(&mut self) -> TXFIFO_EMPTY_THRHD_W<'_, 10>
 
pub fn txfifo_empty_thrhd(&mut self) -> TXFIFO_EMPTY_THRHD_W<'_, 10>
Bits 10:19 - It will produce txfifo_empty_int interrupt when the data amount in Tx-FIFO is less than this register value.
sourcepub fn dis_rx_dat_ovf(&mut self) -> DIS_RX_DAT_OVF_W<'_, 20>
 
pub fn dis_rx_dat_ovf(&mut self) -> DIS_RX_DAT_OVF_W<'_, 20>
Bit 20 - Disable UART Rx data overflow detect.
sourcepub fn rx_tout_flow_dis(&mut self) -> RX_TOUT_FLOW_DIS_W<'_, 21>
 
pub fn rx_tout_flow_dis(&mut self) -> RX_TOUT_FLOW_DIS_W<'_, 21>
Bit 21 - Set this bit to stop accumulating idle_cnt when hardware flow control works.
sourcepub fn rx_flow_en(&mut self) -> RX_FLOW_EN_W<'_, 22>
 
pub fn rx_flow_en(&mut self) -> RX_FLOW_EN_W<'_, 22>
Bit 22 - This is the flow enable bit for UART receiver.
sourcepub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, 23>
 
pub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, 23>
Bit 23 - This is the enble bit for uart receiver’s timeout function.
Methods from Deref<Target = W<CONF1_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