Type Alias atsame54n::system_control::dfsr::R

source ·
pub type R = R<DFSR_SPEC>;
Expand description

Register DFSR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn halted(&self) -> HALTED_R

Bit 0

source

pub fn bkpt(&self) -> BKPT_R

Bit 1

source

pub fn dwttrap(&self) -> DWTTRAP_R

Bit 2

source

pub fn vcatch(&self) -> VCATCH_R

Bit 3

source

pub fn external(&self) -> EXTERNAL_R

Bit 4