R

Type Alias R 

pub type R = R<HfsrSpec>;
Expand description

Register HFSR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn vecttbl(&self) -> VecttblR

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

pub fn forced(&self) -> ForcedR

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(&self) -> DebugevtR

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