[][src]Struct ht32f1xxxx::ht32f12364::FAULT_REPORTS

pub struct FAULT_REPORTS { /* fields omitted */ }

Fault_Reports

Implementations

impl FAULT_REPORTS[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn mfsr(&self) -> &MFSR[src]

0x00 - MFSR

pub fn mfsr_mut(&self) -> &mut MFSR[src]

0x00 - MFSR

pub fn cfsr(&self) -> &CFSR[src]

0x00 - CFSR

pub fn cfsr_mut(&self) -> &mut CFSR[src]

0x00 - CFSR

pub fn bfsr(&self) -> &BFSR[src]

0x01 - BFSR

pub fn bfsr_mut(&self) -> &mut BFSR[src]

0x01 - BFSR

pub fn ufsr(&self) -> &UFSR[src]

0x02 - UFSR

pub fn ufsr_mut(&self) -> &mut UFSR[src]

0x02 - UFSR

Trait Implementations

impl Deref for FAULT_REPORTS[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for FAULT_REPORTS[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.