Type Alias esp32c3::dma::int_ch::raw::IN_DONE_W

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

Field IN_DONE 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.

Aliased Type§

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