Type Alias CntW

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

Field CNT writer - Counter

Aliased Typeยง

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