Type Alias esp32c3::uart0::int_raw::TXFIFO_EMPTY_W

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

Field TXFIFO_EMPTY writer - This interrupt raw bit turns to high level when the amount of data in Tx-FIFO is less than what txfifo_empty_thrhd specifies .

Aliased Type§

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