19.2.31.2 RTC_GetTimeStamp
void RTC_GetTimeStamp ( uint32_t RTC_Format,
RTC_TimeTypeDef * RTC_StampTimeStruct,
RTC_DateTypeDef * RTC_StampDateStruct)
Gets the RTC TimeStamp value and masks.
ï‚· RTC_Format : specifies the format of the output parameters.
This parameter can be one of the following values:
ï€ RTC_Format_BIN : Binary data format
ï€ RTC_Format_BCD : BCD data format
ï‚· RTC_StampTimeStruct : pointer to a RTC_TimeTypeDef
structure that will contains the TimeStamp time values.
ï‚· RTC_StampDateStruct : pointer to a RTC_DateTypeDef
structure that will contains the TimeStamp date values.
19.2.31.3 RTC_GetTimeStampSubSecond
uint32_t RTC_GetTimeStampSubSecond ( void )
Gets the RTC timestamp Subseconds value.
ï‚· RTC current timestamp Subseconds value.
19.2.32 Tamper configuration functions
19.2.32.1 RTC_TamperTriggerConfig
void RTC_TamperTriggerConfig ( uint32_t RTC_Tamper,