Struct esp32s3::uart0::swfc_conf1::W
source · pub struct W(_);Expand description
Register SWFC_CONF1 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:9 - When the data amount in Rx-FIFO is less than this register value with uart_sw_flow_con_en set to 1, it will send a Xon char.
sourcepub fn xon_char(&mut self) -> XON_CHAR_W<'_, 10>
pub fn xon_char(&mut self) -> XON_CHAR_W<'_, 10>
Bits 10:17 - This register stores the Xon flow control char.
Methods from Deref<Target = W<SWFC_CONF1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more