Type Alias esp32c6::uart0::tout_conf::R

source ·
pub type R = R<TOUT_CONF_SPEC>;
Expand description

Register TOUT_CONF reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rx_tout_en(&self) -> RX_TOUT_EN_R

Bit 0 - This is the enble bit for uart receiver’s timeout function.

source

pub fn rx_tout_flow_dis(&self) -> RX_TOUT_FLOW_DIS_R

Bit 1 - Set this bit to stop accumulating idle_cnt when hardware flow control works.

source

pub fn rx_tout_thrhd(&self) -> RX_TOUT_THRHD_R

Bits 2:11 - This register is used to configure the threshold time that receiver takes to receive one byte. The rxfifo_tout_int interrupt will be trigger when the receiver takes more time to receive one byte with rx_tout_en set to 1.