[][src]Struct ht32f2yyy::ht32f275x::rtc::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub rtc_cnt: RTC_CNT,
    pub rtc_cmp: RTC_CMP,
    pub rtc_cr: RTC_CR,
    pub rtc_sr: RTC_SR,
    pub rtc_iwen: RTC_IWEN,
}

Register block

Fields

rtc_cnt: RTC_CNT

0x00 - RTC_CNT

rtc_cmp: RTC_CMP

0x04 - RTC_CMP

rtc_cr: RTC_CR

0x08 - RTC_CR

rtc_sr: RTC_SR

0x0c - RTC_SR

rtc_iwen: RTC_IWEN

0x10 - RTC_IWEN

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.