Type Alias esp32c3::dma::int_ch::raw::IN_ERR_EOF_W

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

Field IN_ERR_EOF writer - The raw interrupt bit turns to high level when data error is detected only in the case that the peripheral is UHCI0 for Rx channel 0. For other peripherals, this raw interrupt is reserved.

Aliased Type§

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