MemfaultpendedR

Type Alias MemfaultpendedR 

pub type MemfaultpendedR = BitReader<Memfaultpended>;
Expand description

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

Aliased Type§

pub struct MemfaultpendedR { /* private fields */ }

Implementations§

§

impl MemfaultpendedR

pub const fn variant(&self) -> Memfaultpended

Get enumerated values variant

pub fn is_0(&self) -> bool

exception is not pending

pub fn is_1(&self) -> bool

exception is pending