pub struct W(_);
Expand description
Register FLOW_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn sw_flow_con_en(&mut self) -> SW_FLOW_CON_EN_W<'_, 0>
pub fn sw_flow_con_en(&mut self) -> SW_FLOW_CON_EN_W<'_, 0>
Bit 0 - Set this bit to enable software flow control. it is used with register sw_xon or sw_xoff .
sourcepub fn xonoff_del(&mut self) -> XONOFF_DEL_W<'_, 1>
pub fn xonoff_del(&mut self) -> XONOFF_DEL_W<'_, 1>
Bit 1 - Set this bit to remove flow control char from the received data.
sourcepub fn force_xon(&mut self) -> FORCE_XON_W<'_, 2>
pub fn force_xon(&mut self) -> FORCE_XON_W<'_, 2>
Bit 2 - Set this bit to clear ctsn to stop the transmitter from sending data.
sourcepub fn force_xoff(&mut self) -> FORCE_XOFF_W<'_, 3>
pub fn force_xoff(&mut self) -> FORCE_XOFF_W<'_, 3>
Bit 3 - Set this bit to set ctsn to enable the transmitter to go on sending data.
sourcepub fn send_xon(&mut self) -> SEND_XON_W<'_, 4>
pub fn send_xon(&mut self) -> SEND_XON_W<'_, 4>
Bit 4 - Set this bit to send xon char. it is cleared by hardware automatically.
sourcepub fn send_xoff(&mut self) -> SEND_XOFF_W<'_, 5>
pub fn send_xoff(&mut self) -> SEND_XOFF_W<'_, 5>
Bit 5 - Set this bit to send xoff char. it is cleared by hardware automatically.
Methods from Deref<Target = W<FLOW_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<FLOW_CONF_SPEC>> for W
impl From<W<FLOW_CONF_SPEC>> for W
sourcefn from(writer: W<FLOW_CONF_SPEC>) -> Self
fn from(writer: W<FLOW_CONF_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