R

Type Alias R 

pub type R = R<IscrSpec>;
Expand description

Register ISCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn fioc(&self) -> FiocR

Bit 8 - FPU Invalid Operation Interrupt Status

pub fn fdzc(&self) -> FdzcR

Bit 9 - FPU Divide-by-Zero Interrupt Status

pub fn fofc(&self) -> FofcR

Bit 10 - FPU Overflow Interrupt Status

pub fn fufc(&self) -> FufcR

Bit 11 - FPU Underflow Interrupt Status

pub fn fixc(&self) -> FixcR

Bit 12 - FPU Inexact Interrupt Status

pub fn fidc(&self) -> FidcR

Bit 15 - FPU Input Denormal Interrupt Status

pub fn fioce(&self) -> FioceR

Bit 24 - FPU Invalid Operation Interrupt Enable

pub fn fdzce(&self) -> FdzceR

Bit 25 - FPU Divide-by-Zero Interrupt Enable

pub fn fofce(&self) -> FofceR

Bit 26 - FPU Overflow Interrupt Enable

pub fn fufce(&self) -> FufceR

Bit 27 - FPU Underflow Interrupt Enable

pub fn fixce(&self) -> FixceR

Bit 28 - FPU Inexact Interrupt Enable

pub fn fidce(&self) -> FidceR

Bit 31 - FPU Input Denormal Interrupt Enable