pub struct R(_);Expand description
Register FLOW_CONF reader
Implementations§
source§impl R
impl R
sourcepub fn sw_flow_con_en(&self) -> SW_FLOW_CON_EN_R
pub fn sw_flow_con_en(&self) -> SW_FLOW_CON_EN_R
Bit 0 - Set this bit to enable software flow control. it is used with register sw_xon or sw_xoff .
sourcepub fn xonoff_del(&self) -> XONOFF_DEL_R
pub fn xonoff_del(&self) -> XONOFF_DEL_R
Bit 1 - Set this bit to remove flow control char from the received data.
sourcepub fn force_xon(&self) -> FORCE_XON_R
pub fn force_xon(&self) -> FORCE_XON_R
Bit 2 - Set this bit to clear ctsn to stop the transmitter from sending data.
sourcepub fn force_xoff(&self) -> FORCE_XOFF_R
pub fn force_xoff(&self) -> FORCE_XOFF_R
Bit 3 - Set this bit to set ctsn to enable the transmitter to go on sending data.
sourcepub fn send_xon(&self) -> SEND_XON_R
pub fn send_xon(&self) -> SEND_XON_R
Bit 4 - Set this bit to send xon char. it is cleared by hardware automatically.
sourcepub fn send_xoff(&self) -> SEND_XOFF_R
pub fn send_xoff(&self) -> SEND_XOFF_R
Bit 5 - Set this bit to send xoff char. it is cleared by hardware automatically.