Type Alias xmc4500::ppb::icsr::W

source ·
pub type W = W<ICSR_SPEC>;
Expand description

Register ICSR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn pendstclr(&mut self) -> PENDSTCLR_W<'_, ICSR_SPEC>

Bit 25 - SysTick exception clear-pending bit

source

pub fn pendstset(&mut self) -> PENDSTSET_W<'_, ICSR_SPEC>

Bit 26 - SysTick exception set-pending bit

source

pub fn pendsvclr(&mut self) -> PENDSVCLR_W<'_, ICSR_SPEC>

Bit 27 - PendSV clear-pending bit

source

pub fn pendsvset(&mut self) -> PENDSVSET_W<'_, ICSR_SPEC>

Bit 28 - PendSV set-pending bit: 0b0=no effect, 0b1=changes PendSV exception state to pending., 0b0=PendSV exception is not pending, 0b1=PendSV exception is pending.,

source

pub fn nmipendset(&mut self) -> NMIPENDSET_W<'_, ICSR_SPEC>

Bit 31 - NMI set-pending bit: 0b0=no effect, 0b1=changes NMI exception state to pending., 0b0=NMI exception is not pending, 0b1=NMI exception is pending.,