[][src]Struct ht32f1xxxx::ht32f12364::rstcu::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub rstcu_grsr: RSTCU_GRSR,
    pub rstcu_ahbprstr: RSTCU_AHBPRSTR,
    pub rstcu_apbprstr0: RSTCU_APBPRSTR0,
    pub rstcu_apbprstr1: RSTCU_APBPRSTR1,
}

Register block

Fields

rstcu_grsr: RSTCU_GRSR

0x00 - RSTCU_GRSR

rstcu_ahbprstr: RSTCU_AHBPRSTR

0x04 - RSTCU_AHBPRSTR

rstcu_apbprstr0: RSTCU_APBPRSTR0

0x08 - RSTCU_APBPRSTR0

rstcu_apbprstr1: RSTCU_APBPRSTR1

0x0c - RSTCU_APBPRSTR1

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.