Type Alias esp32c3::uart0::mem_conf::RX_TOUT_THRHD_W

source ·
pub type RX_TOUT_THRHD_W<'a, REG> = FieldWriter<'a, REG, 10, u16>;
Expand description

Field RX_TOUT_THRHD writer - 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.

Aliased Type§

struct RX_TOUT_THRHD_W<'a, REG> { /* private fields */ }