MemfaultactW

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 */ }

Implementations§

§

impl<'a, REG> MemfaultactW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

exception is not active

pub fn _1(self) -> &'a mut W<REG>

exception is active