Type Alias xmc4500::ppb::shcsr::R

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

Register SHCSR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn memfaultact(&self) -> MEMFAULTACT_R

Bit 0 - MemManage exception active bit

source

pub fn busfaultact(&self) -> BUSFAULTACT_R

Bit 1 - BusFault exception active bit

source

pub fn usgfaultact(&self) -> USGFAULTACT_R

Bit 3 - UsageFault exception active bit

source

pub fn svcallact(&self) -> SVCALLACT_R

Bit 7 - SVCall active bit

source

pub fn monitoract(&self) -> MONITORACT_R

Bit 8 - Debug monitor active bit

source

pub fn pendsvact(&self) -> PENDSVACT_R

Bit 10 - PendSV exception active bit

source

pub fn systickact(&self) -> SYSTICKACT_R

Bit 11 - SysTick exception active bit

source

pub fn usgfaultpended(&self) -> USGFAULTPENDED_R

Bit 12 - UsageFault exception pending bit

source

pub fn memfaultpended(&self) -> MEMFAULTPENDED_R

Bit 13 - MemManage exception pending bit

source

pub fn busfaultpended(&self) -> BUSFAULTPENDED_R

Bit 14 - BusFault exception pending bit

source

pub fn svcallpended(&self) -> SVCALLPENDED_R

Bit 15 - SVCall pending bit

source

pub fn memfaultena(&self) -> MEMFAULTENA_R

Bit 16 - MemManage enable bit

source

pub fn busfaultena(&self) -> BUSFAULTENA_R

Bit 17 - BusFault enable bit

source

pub fn usgfaultena(&self) -> USGFAULTENA_R

Bit 18 - UsageFault enable bit