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

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

HardFault Status Register.

Methods

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

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

Debug event has occurred. The Debug Fault Status Register has been updated.

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

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

Debug event has occurred. The Debug Fault Status Register has been updated.

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

Debug event has occurred. The Debug Fault Status Register has been updated.

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

Debug event has occurred. The Debug Fault Status Register has been updated.

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

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

Indicates that a fault with configurable priority has been escalated to a HardFault exception, because it could not be made active, because of priority or because it was disabled.

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

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

Indicates that a fault with configurable priority has been escalated to a HardFault exception, because it could not be made active, because of priority or because it was disabled.

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

Indicates that a fault with configurable priority has been escalated to a HardFault exception, because it could not be made active, because of priority or because it was disabled.

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

Indicates that a fault with configurable priority has been escalated to a HardFault exception, because it could not be made active, because of priority or because it was disabled.

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

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

Indicates when a fault has occurred because of a vector table read error on exception processing.

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

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

Indicates when a fault has occurred because of a vector table read error on exception processing.

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

Indicates when a fault has occurred because of a vector table read error on exception processing.

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

Indicates when a fault has occurred because of a vector table read error on exception processing.

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]