Type Alias CountflagW
pub type CountflagW<'a, REG> = BitWriter<'a, REG>;Expand description
Field COUNTFLAG writer - Returns 1 if timer counted to 0 since last time
this was read
Aliased Typeยง
pub struct CountflagW<'a, REG> { /* private fields */ }