[][src]Type Definition k22f::mcm::iscr::R

type R = R<u32, ISCR>;

Reader of register ISCR

Methods

impl R[src]

pub fn irq(&self) -> IRQ_R[src]

Bit 1 - Normal Interrupt Pending

pub fn nmi(&self) -> NMI_R[src]

Bit 2 - Non-maskable Interrupt Pending

pub fn dhreq(&self) -> DHREQ_R[src]

Bit 3 - Debug Halt Request Indicator

pub fn fioc(&self) -> FIOC_R[src]

Bit 8 - FPU invalid operation interrupt status

pub fn fdzc(&self) -> FDZC_R[src]

Bit 9 - FPU divide-by-zero interrupt status

pub fn fofc(&self) -> FOFC_R[src]

Bit 10 - FPU overflow interrupt status

pub fn fufc(&self) -> FUFC_R[src]

Bit 11 - FPU underflow interrupt status

pub fn fixc(&self) -> FIXC_R[src]

Bit 12 - FPU inexact interrupt status

pub fn fidc(&self) -> FIDC_R[src]

Bit 15 - FPU input denormal interrupt status

pub fn fioce(&self) -> FIOCE_R[src]

Bit 24 - FPU invalid operation interrupt enable

pub fn fdzce(&self) -> FDZCE_R[src]

Bit 25 - FPU divide-by-zero interrupt enable

pub fn fofce(&self) -> FOFCE_R[src]

Bit 26 - FPU overflow interrupt enable

pub fn fufce(&self) -> FUFCE_R[src]

Bit 27 - FPU underflow interrupt enable

pub fn fixce(&self) -> FIXCE_R[src]

Bit 28 - FPU inexact interrupt enable

pub fn fidce(&self) -> FIDCE_R[src]

Bit 31 - FPU input denormal interrupt enable