MemfaultactR

Type Alias MemfaultactR 

pub type MemfaultactR = BitReader<Memfaultact>;
Expand description

Field MEMFAULTACT reader - MemManage exception active bit, reads as 1 if exception is active

Aliased Type§

pub struct MemfaultactR { /* private fields */ }

Implementations§

§

impl MemfaultactR

pub const fn variant(&self) -> Memfaultact

Get enumerated values variant

pub fn is_0(&self) -> bool

exception is not active

pub fn is_1(&self) -> bool

exception is active