[−][src]Struct stm32f103xx::rtc::RegisterBlock
Register block
Fields
crh: CRH0x00 - RTC Control Register High
crl: CRL0x04 - RTC Control Register Low
prlh: PRLH0x08 - RTC Prescaler Load Register High
prll: PRLL0x0c - RTC Prescaler Load Register Low
divh: DIVH0x10 - RTC Prescaler Divider Register High
divl: DIVL0x14 - RTC Prescaler Divider Register Low
cnth: CNTH0x18 - RTC Counter Register High
cntl: CNTL0x1c - RTC Counter Register Low
alrh: ALRH0x20 - RTC Alarm Register High
alrl: ALRL0x24 - RTC Alarm Register Low
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,