[][src]Type Definition atsame54p::system_control::shcsr::W

type W = W<u32, SHCSR>;

Writer for register SHCSR

Implementations

impl W[src]

pub fn memfaultact(&mut self) -> MEMFAULTACT_W<'_>[src]

Bit 0 - MemManage exception active bit

pub fn busfaultact(&mut self) -> BUSFAULTACT_W<'_>[src]

Bit 1 - BusFault exception active bit

pub fn usgfaultact(&mut self) -> USGFAULTACT_W<'_>[src]

Bit 3 - UsageFault exception active bit

pub fn svcallact(&mut self) -> SVCALLACT_W<'_>[src]

Bit 7 - SVCall active bit

pub fn monitoract(&mut self) -> MONITORACT_W<'_>[src]

Bit 8 - DebugMonitor exception active bit

pub fn pendsvact(&mut self) -> PENDSVACT_W<'_>[src]

Bit 10 - PendSV exception active bit

pub fn systickact(&mut self) -> SYSTICKACT_W<'_>[src]

Bit 11 - SysTick exception active bit

pub fn usgfaultpended(&mut self) -> USGFAULTPENDED_W<'_>[src]

Bit 12 - UsageFault exception pending bit

pub fn memfaultpended(&mut self) -> MEMFAULTPENDED_W<'_>[src]

Bit 13 - MemManage exception pending bit

pub fn busfaultpended(&mut self) -> BUSFAULTPENDED_W<'_>[src]

Bit 14 - BusFault exception pending bit

pub fn svcallpended(&mut self) -> SVCALLPENDED_W<'_>[src]

Bit 15 - SVCall pending bit

pub fn memfaultena(&mut self) -> MEMFAULTENA_W<'_>[src]

Bit 16 - MemManage enable bit

pub fn busfaultena(&mut self) -> BUSFAULTENA_W<'_>[src]

Bit 17 - BusFault enable bit

pub fn usgfaultena(&mut self) -> USGFAULTENA_W<'_>[src]

Bit 18 - UsageFault enable bit