Type Alias xmc4300::ppb::cfsr::MmarvalidR

source ·
pub type MmarvalidR = BitReader<Mmarvalid>;
Expand description

Field MMARVALID reader - MemManage Fault Address Register (MMFAR) valid flag

Aliased Type§

struct MmarvalidR { /* private fields */ }

Implementations§

source§

impl MmarvalidR

source

pub const fn variant(&self) -> Mmarvalid

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

value in MMAR is not a valid fault address

source

pub fn is_value2(&self) -> bool

MMAR holds a valid fault address.