pub struct R(_);
Expand description
Register SWFC_CONF1
reader
Implementations
sourceimpl R
impl R
sourcepub fn xon_threshold(&self) -> XON_THRESHOLD_R
pub fn xon_threshold(&self) -> XON_THRESHOLD_R
Bits 0:8 - 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(&self) -> XON_CHAR_R
pub fn xon_char(&self) -> XON_CHAR_R
Bits 9:16 - This register stores the Xon flow control char.
Methods from Deref<Target = R<SWFC_CONF1_SPEC>>
Trait Implementations
sourceimpl From<R<SWFC_CONF1_SPEC>> for R
impl From<R<SWFC_CONF1_SPEC>> for R
sourcefn from(reader: R<SWFC_CONF1_SPEC>) -> Self
fn from(reader: R<SWFC_CONF1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more