Type Alias R

Source
pub type R = R<SWFC_CONF1_SPEC>;
Expand description

Register SWFC_CONF1 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

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.

Source

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.