[][src]Type Definition xmc4800::ppb::icsr::R

type R = R<u32, ICSR>;

Reader of register ICSR

Methods

impl R[src]

pub fn vectactive(&self) -> VECTACTIVE_R[src]

Bits 0:8 - Active exception number

pub fn rettobase(&self) -> RETTOBASE_R[src]

Bit 11 - Return to Base

pub fn vectpending(&self) -> VECTPENDING_R[src]

Bits 12:17 - Vector Pending

pub fn isrpending(&self) -> ISRPENDING_R[src]

Bit 22 - Interrupt pending flag

pub fn pendstset(&self) -> PENDSTSET_R[src]

Bit 26 - SysTick exception set-pending bit

pub fn pendsvset(&self) -> PENDSVSET_R[src]

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.,

pub fn nmipendset(&self) -> NMIPENDSET_R[src]

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.,