Type Alias esp32c3::uart0::int_raw::RXFIFO_OVF_W

source ·
pub type RXFIFO_OVF_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field RXFIFO_OVF writer - This interrupt raw bit turns to high level when receiver receives more data than the FIFO can store.

Aliased Type§

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