Type Alias W
pub type W = W<FpccrSpec>;Expand description
Register FPCCR writer
Aliased Type§
pub struct W { /* private fields */ }Implementations§
§impl W
impl W
pub fn user(&mut self) -> UserW<'_, FpccrSpec>
pub fn user(&mut self) -> UserW<'_, FpccrSpec>
Bit 1 - Privilege level when the floating-point stack frame was allocated.
pub fn thread(&mut self) -> ThreadW<'_, FpccrSpec>
pub fn thread(&mut self) -> ThreadW<'_, FpccrSpec>
Bit 3 - Mode when the floating-point stack frame was allocated.
pub fn hfrdy(&mut self) -> HfrdyW<'_, FpccrSpec>
pub fn hfrdy(&mut self) -> HfrdyW<'_, FpccrSpec>
Bit 4 - Permission to set the HardFault handler to the pending state when the floating-point stack frame was allocated.
pub fn mmrdy(&mut self) -> MmrdyW<'_, FpccrSpec>
pub fn mmrdy(&mut self) -> MmrdyW<'_, FpccrSpec>
Bit 5 - Permission to set the MemManage handler to the pending state when the floating-point stack frame was allocated.
pub fn bfrdy(&mut self) -> BfrdyW<'_, FpccrSpec>
pub fn bfrdy(&mut self) -> BfrdyW<'_, FpccrSpec>
Bit 6 - Permission to set the BusFault handler to the pending state when the floating-point stack frame was allocated.
pub fn monrdy(&mut self) -> MonrdyW<'_, FpccrSpec>
pub fn monrdy(&mut self) -> MonrdyW<'_, FpccrSpec>
Bit 8 - Permission to set the MON_PEND when the floating-point stack frame was allocated.