Type Alias R
pub type R = R<FpccrSpec>;Expand description
Register FPCCR reader
Aliased Type§
pub struct R { /* private fields */ }Implementations§
§impl R
impl R
pub fn user(&self) -> UserR
pub fn user(&self) -> UserR
Bit 1 - Privilege level when the floating-point stack frame was allocated.
pub fn hfrdy(&self) -> HfrdyR
pub fn hfrdy(&self) -> HfrdyR
Bit 4 - Permission to set the HardFault handler to the pending state when the floating-point stack frame was allocated.
pub fn mmrdy(&self) -> MmrdyR
pub fn mmrdy(&self) -> MmrdyR
Bit 5 - Permission to set the MemManage handler to the pending state when the floating-point stack frame was allocated.
pub fn bfrdy(&self) -> BfrdyR
pub fn bfrdy(&self) -> BfrdyR
Bit 6 - Permission to set the BusFault handler to the pending state when the floating-point stack frame was allocated.