Struct drone_cortexm::map::reg::scb::hfsr::Hold [−][src]
HardFault Status Register.
Implementations
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
Auto Trait Implementations
impl<'a, _T> Send for Hold<'a, _T>
impl<'a, _T> Sync for Hold<'a, _T>
impl<'a, _T> Unpin for Hold<'a, _T>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,