Type Alias VecttblW
pub type VecttblW<'a, REG> = BitWriter<'a, REG, Vecttbl>;Expand description
Field VECTTBL writer - Indicates a BusFault on a vector table read during
exception processing
Aliased Type§
pub struct VecttblW<'a, REG> { /* private fields */ }