Struct esp32c2_hal::pac::uart0::flow_conf::R
pub struct R(_);
Expand description
Register FLOW_CONF
reader
Implementations§
§impl R
impl R
pub fn sw_flow_con_en(&self) -> BitReaderRaw<bool>
pub fn sw_flow_con_en(&self) -> BitReaderRaw<bool>
Bit 0 - Set this bit to enable software flow control. It is used with register sw_xon or sw_xoff.
pub fn xonoff_del(&self) -> BitReaderRaw<bool>
pub fn xonoff_del(&self) -> BitReaderRaw<bool>
Bit 1 - Set this bit to remove flow control char from the received data.
pub fn force_xon(&self) -> BitReaderRaw<bool>
pub fn force_xon(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to enable the transmitter to go on sending data.
pub fn force_xoff(&self) -> BitReaderRaw<bool>
pub fn force_xoff(&self) -> BitReaderRaw<bool>
Bit 3 - Set this bit to stop the transmitter from sending data.
Methods from Deref<Target = R<FLOW_CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<FLOW_CONF_SPEC>> for R
impl From<R<FLOW_CONF_SPEC>> for R
§fn from(reader: R<FLOW_CONF_SPEC>) -> R
fn from(reader: R<FLOW_CONF_SPEC>) -> R
Converts to this type from the input type.