[][src]Struct k64::system_control::cfsr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn iaccviol(&self) -> IACCVIOLR[src]

Bit 0 - no description available

pub fn daccviol(&self) -> DACCVIOLR[src]

Bit 1 - no description available

pub fn munstkerr(&self) -> MUNSTKERRR[src]

Bit 3 - no description available

pub fn mstkerr(&self) -> MSTKERRR[src]

Bit 4 - no description available

pub fn mlsperr(&self) -> MLSPERRR[src]

Bit 5 - no description available

pub fn mmarvalid(&self) -> MMARVALIDR[src]

Bit 7 - no description available

pub fn ibuserr(&self) -> IBUSERRR[src]

Bit 8 - no description available

pub fn preciserr(&self) -> PRECISERRR[src]

Bit 9 - no description available

pub fn impreciserr(&self) -> IMPRECISERRR[src]

Bit 10 - no description available

pub fn unstkerr(&self) -> UNSTKERRR[src]

Bit 11 - no description available

pub fn stkerr(&self) -> STKERRR[src]

Bit 12 - no description available

pub fn lsperr(&self) -> LSPERRR[src]

Bit 13 - no description available

pub fn bfarvalid(&self) -> BFARVALIDR[src]

Bit 15 - no description available

pub fn undefinstr(&self) -> UNDEFINSTRR[src]

Bit 16 - no description available

pub fn invstate(&self) -> INVSTATER[src]

Bit 17 - no description available

pub fn invpc(&self) -> INVPCR[src]

Bit 18 - no description available

pub fn nocp(&self) -> NOCPR[src]

Bit 19 - no description available

pub fn unaligned(&self) -> UNALIGNEDR[src]

Bit 24 - no description available

pub fn divbyzero(&self) -> DIVBYZEROR[src]

Bit 25 - no description available

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]