Type Alias DoneW

Source
pub type DoneW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field DONE writer - Command Done Interrupt Clear

Aliased Type§

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