Type Alias esp32c3::dma::int_ch::raw::IN_SUC_EOF_W

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

Field IN_SUC_EOF writer - The raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received for Rx channel 0. For UHCI0, the raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received and no data error is detected for Rx channel 0.

Aliased Type§

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