Struct esp32c2_hal::pac::uart0::swfc_conf0::R
pub struct R(_);
Expand description
Register SWFC_CONF0
reader
Implementations§
§impl R
impl R
pub fn xoff_threshold(&self) -> FieldReaderRaw<u16, u16>
pub fn xoff_threshold(&self) -> FieldReaderRaw<u16, u16>
Bits 0:8 - When the data amount in Rx-FIFO is more than this register value with uart_sw_flow_con_en set to 1, it will send a Xoff char.
Methods from Deref<Target = R<SWFC_CONF0_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<SWFC_CONF0_SPEC>> for R
impl From<R<SWFC_CONF0_SPEC>> for R
§fn from(reader: R<SWFC_CONF0_SPEC>) -> R
fn from(reader: R<SWFC_CONF0_SPEC>) -> R
Converts to this type from the input type.