Type Alias MemfaultactW
pub type MemfaultactW<'a, REG> = BitWriter<'a, REG, Memfaultact>;Expand description
Field MEMFAULTACT writer - MemManage exception active bit, reads as 1 if
exception is active
Aliased Type§
pub struct MemfaultactW<'a, REG> { /* private fields */ }