W

Type Alias W 

pub type W = W<HfsrSpec>;
Expand description

Register HFSR writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

§

impl W

pub fn vecttbl(&mut self) -> VecttblW<'_, HfsrSpec>

Bit 1 - Indicates a BusFault on a vector table read during exception processing

pub fn forced(&mut self) -> ForcedW<'_, HfsrSpec>

Bit 30 - Indicates a forced hard fault, generated by escalation of a fault with configurable priority that cannot be handles, either because of priority or because it is disabled

pub fn debugevt(&mut self) -> DebugevtW<'_, HfsrSpec>

Bit 31 - Reserved for Debug use. When writing to the register you must write 0 to this bit, otherwise behavior is Unpredictable.