[][src]Struct stm32ral::stm32f7::peripherals::rtc_v2::ResetValues

pub struct ResetValues {
    pub TR: u32,
    pub DR: u32,
    pub CR: u32,
    pub ISR: u32,
    pub PRER: u32,
    pub WUTR: u32,
    pub ALRMAR: u32,
    pub ALRMBR: u32,
    pub WPR: u32,
    pub SSR: u32,
    pub SHIFTR: u32,
    pub TSTR: u32,
    pub TSDR: u32,
    pub TSSSR: u32,
    pub CALR: u32,
    pub TAMPCR: u32,
    pub ALRMASSR: u32,
    pub ALRMBSSR: u32,
    pub OR: u32,
    pub BKP0R: u32,
    pub BKP1R: u32,
    pub BKP2R: u32,
    pub BKP3R: u32,
    pub BKP4R: u32,
    pub BKP5R: u32,
    pub BKP6R: u32,
    pub BKP7R: u32,
    pub BKP8R: u32,
    pub BKP9R: u32,
    pub BKP10R: u32,
    pub BKP11R: u32,
    pub BKP12R: u32,
    pub BKP13R: u32,
    pub BKP14R: u32,
    pub BKP15R: u32,
    pub BKP16R: u32,
    pub BKP17R: u32,
    pub BKP18R: u32,
    pub BKP19R: u32,
    pub BKP20R: u32,
    pub BKP21R: u32,
    pub BKP22R: u32,
    pub BKP23R: u32,
    pub BKP24R: u32,
    pub BKP25R: u32,
    pub BKP26R: u32,
    pub BKP27R: u32,
    pub BKP28R: u32,
    pub BKP29R: u32,
    pub BKP30R: u32,
    pub BKP31R: u32,
}

Fields

TR: u32DR: u32CR: u32ISR: u32PRER: u32WUTR: u32ALRMAR: u32ALRMBR: u32WPR: u32SSR: u32SHIFTR: u32TSTR: u32TSDR: u32TSSSR: u32CALR: u32TAMPCR: u32ALRMASSR: u32ALRMBSSR: u32OR: u32BKP0R: u32BKP1R: u32BKP2R: u32BKP3R: u32BKP4R: u32BKP5R: u32BKP6R: u32BKP7R: u32BKP8R: u32BKP9R: u32BKP10R: u32BKP11R: u32BKP12R: u32BKP13R: u32BKP14R: u32BKP15R: u32BKP16R: u32BKP17R: u32BKP18R: u32BKP19R: u32BKP20R: u32BKP21R: u32BKP22R: u32BKP23R: u32BKP24R: u32BKP25R: u32BKP26R: u32BKP27R: u32BKP28R: u32BKP29R: u32BKP30R: u32BKP31R: u32

Auto Trait Implementations

impl Send for ResetValues

impl Sync for ResetValues

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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