[][src]Struct drone_cortex_m::map::reg::scb::bfsr::Hold

pub struct Hold<'a, _T: RegTag> { /* fields omitted */ }

BusFault Status Register.

Methods

impl<'a, _T: RegTag> Hold<'a, _T>[src]

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

BFAR has valid contents.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

pub fn set_bfarvalid(&mut self) -> &mut Self[src]

BFAR has valid contents.

pub fn clear_bfarvalid(&mut self) -> &mut Self[src]

BFAR has valid contents.

pub fn toggle_bfarvalid(&mut self) -> &mut Self[src]

BFAR has valid contents.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

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

A bus fault occurred during FP lazy state preservation.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

pub fn set_lsperr(&mut self) -> &mut Self[src]

A bus fault occurred during FP lazy state preservation.

pub fn clear_lsperr(&mut self) -> &mut Self[src]

A bus fault occurred during FP lazy state preservation.

pub fn toggle_lsperr(&mut self) -> &mut Self[src]

A bus fault occurred during FP lazy state preservation.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

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

A derived bus fault has occurred on exception entry.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

pub fn set_stkerr(&mut self) -> &mut Self[src]

A derived bus fault has occurred on exception entry.

pub fn clear_stkerr(&mut self) -> &mut Self[src]

A derived bus fault has occurred on exception entry.

pub fn toggle_stkerr(&mut self) -> &mut Self[src]

A derived bus fault has occurred on exception entry.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

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

A derived bus fault has occurred on exception return.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

pub fn set_unstkerr(&mut self) -> &mut Self[src]

A derived bus fault has occurred on exception return.

pub fn clear_unstkerr(&mut self) -> &mut Self[src]

A derived bus fault has occurred on exception return.

pub fn toggle_unstkerr(&mut self) -> &mut Self[src]

A derived bus fault has occurred on exception return.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

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

Imprecise data access error has occurred.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

pub fn set_impreciserr(&mut self) -> &mut Self[src]

Imprecise data access error has occurred.

pub fn clear_impreciserr(&mut self) -> &mut Self[src]

Imprecise data access error has occurred.

pub fn toggle_impreciserr(&mut self) -> &mut Self[src]

Imprecise data access error has occurred.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

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

A precise data access error has occurred, and the processor has written the faulting address to the BFAR.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

pub fn set_preciserr(&mut self) -> &mut Self[src]

A precise data access error has occurred, and the processor has written the faulting address to the BFAR.

pub fn clear_preciserr(&mut self) -> &mut Self[src]

A precise data access error has occurred, and the processor has written the faulting address to the BFAR.

pub fn toggle_preciserr(&mut self) -> &mut Self[src]

A precise data access error has occurred, and the processor has written the faulting address to the BFAR.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

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

A bus fault on an instruction prefetch has occurred. The fault is signaled only if the instruction is issued.

impl<'a, _T: RegTag> Hold<'a, _T>[src]

pub fn set_ibuserr(&mut self) -> &mut Self[src]

A bus fault on an instruction prefetch has occurred. The fault is signaled only if the instruction is issued.

pub fn clear_ibuserr(&mut self) -> &mut Self[src]

A bus fault on an instruction prefetch has occurred. The fault is signaled only if the instruction is issued.

pub fn toggle_ibuserr(&mut self) -> &mut Self[src]

A bus fault on an instruction prefetch has occurred. The fault is signaled only if the instruction is issued.

Trait Implementations

impl<'a, _T> RegHold<'a, _T, Reg<_T>> for Hold<'a, _T> where
    _T: RegTag
[src]

Auto Trait Implementations

impl<'a, _T> Unpin for Hold<'a, _T>

impl<'a, _T> Send for Hold<'a, _T>

impl<'a, _T> Sync for Hold<'a, _T>

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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