pub struct W(_);
Expand description
Register SWFC_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn xon_threshold(&mut self) -> XON_THRESHOLD_W<'_, 0>
pub fn xon_threshold(&mut self) -> XON_THRESHOLD_W<'_, 0>
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.
sourcepub fn xoff_threshold(&mut self) -> XOFF_THRESHOLD_W<'_, 8>
pub fn xoff_threshold(&mut self) -> XOFF_THRESHOLD_W<'_, 8>
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.
sourcepub fn xon_char(&mut self) -> XON_CHAR_W<'_, 16>
pub fn xon_char(&mut self) -> XON_CHAR_W<'_, 16>
Bits 16:23 - This register stores the xon flow control char.
sourcepub fn xoff_char(&mut self) -> XOFF_CHAR_W<'_, 24>
pub fn xoff_char(&mut self) -> XOFF_CHAR_W<'_, 24>
Bits 24:31 - This register stores the xoff flow control char.