Type Alias DebugevtW
pub type DebugevtW<'a, REG> = BitWriter<'a, REG>;Expand description
Field DEBUGEVT writer - Reserved for Debug use. When writing to the
register you must write 0 to this bit, otherwise behavior is Unpredictable.
Aliased Typeยง
pub struct DebugevtW<'a, REG> { /* private fields */ }