pub struct LL_RTC_InitTypeDef {
    pub HourFormat: u32,
    pub AsynchPrescaler: u32,
    pub SynchPrescaler: u32,
}
Expand description

@brief RTC Init structures definition

Fields

HourFormat: u32

< Specifies the RTC Hours Format. This parameter can be a value of @ref RTC_LL_EC_HOURFORMAT

This feature can be modified afterwards using unitary function @ref LL_RTC_SetHourFormat().

AsynchPrescaler: u32

< Specifies the RTC Asynchronous Predivider value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7F

This feature can be modified afterwards using unitary function @ref LL_RTC_SetAsynchPrescaler().

SynchPrescaler: u32

< Specifies the RTC Synchronous Predivider value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7FFF

This feature can be modified afterwards using unitary function @ref LL_RTC_SetSynchPrescaler().

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.