pub struct R(_);
Expand description
Register SWFC_CONF
reader
Implementations§
§impl R
impl R
pub fn xon_threshold(&self) -> FieldReaderRaw<u8, u8>
pub fn xon_threshold(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - when the data amount in receiver’s fifo is more than this register value. it will send a xoff char with uart_sw_flow_con_en set to 1.
pub fn xoff_threshold(&self) -> FieldReaderRaw<u8, u8>
pub fn xoff_threshold(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - When the data amount in receiver’s fifo is less than this register value. it will send a xon char with uart_sw_flow_con_en set to 1.
Methods from Deref<Target = R<SWFC_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<SWFC_CONF_SPEC>> for R
impl From<R<SWFC_CONF_SPEC>> for R
§fn from(reader: R<SWFC_CONF_SPEC>) -> R
fn from(reader: R<SWFC_CONF_SPEC>) -> R
Converts to this type from the input type.