MmrdyR

Type Alias MmrdyR 

pub type MmrdyR = BitReader<Mmrdy>;
Expand description

Field MMRDY reader - Permission to set the MemManage handler to the pending state when the floating-point stack frame was allocated.

Aliased Type§

pub struct MmrdyR { /* private fields */ }

Implementations§

§

impl MmrdyR

pub const fn variant(&self) -> Mmrdy

Get enumerated values variant

pub fn is_0(&self) -> bool

MemManage is disabled or priority did not permit setting the MemManage handler to the pending state when the floating-point stack frame was allocated.

pub fn is_1(&self) -> bool

MemManage is enabled and priority permitted setting the MemManage handler to the pending state when the floating-point stack frame was allocated.