Type Alias esp32s2::uart0::swfc_conf1::W
source · pub type W = W<SWFC_CONF1_SPEC>;Expand description
Register SWFC_CONF1 writer
Aliased Type§
struct W { /* private fields */ }Implementations§
source§impl W
impl W
sourcepub fn xon_threshold(&mut self) -> XON_THRESHOLD_W<'_, SWFC_CONF1_SPEC>
pub fn xon_threshold(&mut self) -> XON_THRESHOLD_W<'_, SWFC_CONF1_SPEC>
Bits 0:8 - When the number of data bytes in RX FIFO is less than this register’s value with UART_SW_FLOW_CON_EN set to 1, the transmitter sends an XON character.
sourcepub fn xon_char(&mut self) -> XON_CHAR_W<'_, SWFC_CONF1_SPEC>
pub fn xon_char(&mut self) -> XON_CHAR_W<'_, SWFC_CONF1_SPEC>
Bits 9:16 - This register stores the XON flow control character.