Type Definition atsame54n19a_pac::system_control::shcsr::R[][src]

type R = R<u32, SHCSR>;

Reader of register SHCSR

Implementations

impl R[src]

pub fn memfaultact(&self) -> MEMFAULTACT_R[src]

Bit 0 - MemManage exception active bit

pub fn busfaultact(&self) -> BUSFAULTACT_R[src]

Bit 1 - BusFault exception active bit

pub fn usgfaultact(&self) -> USGFAULTACT_R[src]

Bit 3 - UsageFault exception active bit

pub fn svcallact(&self) -> SVCALLACT_R[src]

Bit 7 - SVCall active bit

pub fn monitoract(&self) -> MONITORACT_R[src]

Bit 8 - DebugMonitor exception active bit

pub fn pendsvact(&self) -> PENDSVACT_R[src]

Bit 10 - PendSV exception active bit

pub fn systickact(&self) -> SYSTICKACT_R[src]

Bit 11 - SysTick exception active bit

pub fn usgfaultpended(&self) -> USGFAULTPENDED_R[src]

Bit 12 - UsageFault exception pending bit

pub fn memfaultpended(&self) -> MEMFAULTPENDED_R[src]

Bit 13 - MemManage exception pending bit

pub fn busfaultpended(&self) -> BUSFAULTPENDED_R[src]

Bit 14 - BusFault exception pending bit

pub fn svcallpended(&self) -> SVCALLPENDED_R[src]

Bit 15 - SVCall pending bit

pub fn memfaultena(&self) -> MEMFAULTENA_R[src]

Bit 16 - MemManage enable bit

pub fn busfaultena(&self) -> BUSFAULTENA_R[src]

Bit 17 - BusFault enable bit

pub fn usgfaultena(&self) -> USGFAULTENA_R[src]

Bit 18 - UsageFault enable bit