pub struct W(_);
Expand description
Register CONF1
writer
Implementations
sourceimpl 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:8 - 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<'_, 9>
pub fn txfifo_empty_thrhd(&mut self) -> TXFIFO_EMPTY_THRHD_W<'_, 9>
Bits 9:17 - 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<'_, 18>
pub fn dis_rx_dat_ovf(&mut self) -> DIS_RX_DAT_OVF_W<'_, 18>
Bit 18 - Disable UART Rx data overflow detect.
sourcepub fn rx_tout_flow_dis(&mut self) -> RX_TOUT_FLOW_DIS_W<'_, 19>
pub fn rx_tout_flow_dis(&mut self) -> RX_TOUT_FLOW_DIS_W<'_, 19>
Bit 19 - Set this bit to stop accumulating idle_cnt when hardware flow control works.
sourcepub fn rx_flow_en(&mut self) -> RX_FLOW_EN_W<'_, 20>
pub fn rx_flow_en(&mut self) -> RX_FLOW_EN_W<'_, 20>
Bit 20 - This is the flow enable bit for UART receiver.
sourcepub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, 21>
pub fn rx_tout_en(&mut self) -> RX_TOUT_EN_W<'_, 21>
Bit 21 - This is the enble bit for uart receiver’s timeout function.
Methods from Deref<Target = W<CONF1_SPEC>>
Trait Implementations
sourceimpl From<W<CONF1_SPEC>> for W
impl From<W<CONF1_SPEC>> for W
sourcefn from(writer: W<CONF1_SPEC>) -> Self
fn from(writer: W<CONF1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more