[][src]Type Definition atsame54p::system_control::icsr::R

type R = R<u32, ICSR>;

Reader of register ICSR

Implementations

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 - No preempted active exceptions to execute

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

Bits 12:17 - Exception number of the highest priority pending enabled exception

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

Bit 22 - Interrupt pending flag

pub fn isrpreempt(&self) -> ISRPREEMPT_R[src]

Bit 23 - Debug only

pub fn pendstclr(&self) -> PENDSTCLR_R[src]

Bit 25 - SysTick clear-pending bit

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

Bit 26 - SysTick set-pending bit

pub fn pendsvclr(&self) -> PENDSVCLR_R[src]

Bit 27 - PendSV clear-pending bit

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

Bit 28 - PendSV set-pending bit

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

Bit 31 - NMI set-pending bit