[][src]Struct ht32f1xxxx::ht32f12365_66::wdt::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub wdt_cr: WDT_CR,
    pub wdt_mr0: WDT_MR0,
    pub wdt_mr1: WDT_MR1,
    pub wdt_sr: WDT_SR,
    pub wdt_pr: WDT_PR,
}

Register block

Fields

wdt_cr: WDT_CR

0x00 - WDT_CR

wdt_mr0: WDT_MR0

0x04 - WDT_MR0

wdt_mr1: WDT_MR1

0x08 - WDT_MR1

wdt_sr: WDT_SR

0x0c - WDT_SR

wdt_pr: WDT_PR

0x10 - WDT_PR

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.