Struct esp32h2::uart0::swfc_conf1::R
source · pub struct R(_);
Expand description
Register SWFC_CONF1
reader
Implementations§
source§impl R
impl R
sourcepub fn xon_threshold(&self) -> XON_THRESHOLD_R
pub fn xon_threshold(&self) -> XON_THRESHOLD_R
Bits 0:7 - 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 xoff_threshold(&self) -> XOFF_THRESHOLD_R
pub fn xoff_threshold(&self) -> XOFF_THRESHOLD_R
Bits 8:15 - 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.
Methods from Deref<Target = R<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