MemfaultpendedW

Type Alias MemfaultpendedW 

pub type MemfaultpendedW<'a, REG> = BitWriter<'a, REG, Memfaultpended>;
Expand description

Field MEMFAULTPENDED writer - MemManage exception pending bit, reads as 1 if exception is pending

Aliased Type§

pub struct MemfaultpendedW<'a, REG> { /* private fields */ }

Implementations§

§

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

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

exception is not pending

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

exception is pending