#[repr(C)]pub struct RTC_TypeDef {
pub CRH: u32,
pub CRL: u32,
pub PRLH: u32,
pub PRLL: u32,
pub DIVH: u32,
pub DIVL: u32,
pub CNTH: u32,
pub CNTL: u32,
pub ALRH: u32,
pub ALRL: u32,
pub RESERVED1: u32,
pub BKP_RTCCR: u32,
}Expand description
@brief Real-Time Clock
Fields§
§CRH: u32§CRL: u32§PRLH: u32§PRLL: u32§DIVH: u32§DIVL: u32§CNTH: u32§CNTL: u32§ALRH: u32§ALRL: u32§RESERVED1: u32§BKP_RTCCR: u32Trait Implementations§
Source§impl Clone for RTC_TypeDef
impl Clone for RTC_TypeDef
Source§fn clone(&self) -> RTC_TypeDef
fn clone(&self) -> RTC_TypeDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RTC_TypeDef
impl Debug for RTC_TypeDef
impl Copy for RTC_TypeDef
Auto Trait Implementations§
impl Freeze for RTC_TypeDef
impl RefUnwindSafe for RTC_TypeDef
impl Send for RTC_TypeDef
impl Sync for RTC_TypeDef
impl Unpin for RTC_TypeDef
impl UnwindSafe for RTC_TypeDef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more