Struct esp32c2::uart0::swfc_conf0::R   
source · pub struct R(_);Expand description
Register SWFC_CONF0 reader
Implementations§
source§impl R
 
impl R
sourcepub fn xoff_threshold(&self) -> XOFF_THRESHOLD_R
 
pub fn xoff_threshold(&self) -> XOFF_THRESHOLD_R
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.
sourcepub fn xoff_char(&self) -> XOFF_CHAR_R
 
pub fn xoff_char(&self) -> XOFF_CHAR_R
Bits 9:16 - This register stores the Xoff flow control char.