pub struct R(_);Expand description
Register FLOW_CONF reader
Implementations§
source§impl R
 
impl R
sourcepub fn sw_flow_con_en(&self) -> SW_FLOW_CON_EN_R
 
pub fn sw_flow_con_en(&self) -> SW_FLOW_CON_EN_R
Bit 0 - Set this bit to enable software flow control. When UART receives flow control characters XON or XOFF, which can be configured by UART_XON_CHAR or UART_XOFF_CHAR respectively, UART_SW_XON_INT or UART_SW_XOFF_INT interrupts can be triggered if enabled.
sourcepub fn xonoff_del(&self) -> XONOFF_DEL_R
 
pub fn xonoff_del(&self) -> XONOFF_DEL_R
Bit 1 - Set this bit to remove flow control characters from the received data.
sourcepub fn force_xon(&self) -> FORCE_XON_R
 
pub fn force_xon(&self) -> FORCE_XON_R
Bit 2 - Set this bit to force the transmitter to send data.
sourcepub fn force_xoff(&self) -> FORCE_XOFF_R
 
pub fn force_xoff(&self) -> FORCE_XOFF_R
Bit 3 - Set this bit to stop the transmitter from sending data.
sourcepub fn send_xon(&self) -> SEND_XON_R
 
pub fn send_xon(&self) -> SEND_XON_R
Bit 4 - Set this bit to send an XON character. This bit is cleared by hardware automatically.
sourcepub fn send_xoff(&self) -> SEND_XOFF_R
 
pub fn send_xoff(&self) -> SEND_XOFF_R
Bit 5 - Set this bit to send an XOFF character. This bit is cleared by hardware automatically.
Methods from Deref<Target = R<FLOW_CONF_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