R

Type Alias R 

pub type R = R<DfsrSpec>;
Expand description

Register DFSR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn halted(&self) -> HaltedR

Bit 0 - no description available

pub fn bkpt(&self) -> BkptR

Bit 1 - no description available

pub fn dwttrap(&self) -> DwttrapR

Bit 2 - no description available

pub fn vcatch(&self) -> VcatchR

Bit 3 - no description available

pub fn external(&self) -> ExternalR

Bit 4 - no description available