Public Attributes | List of all members
RTC_TimeTypeDef Struct Reference

RTC Time structure definition. More...

#include <stm32f4xx_hal_rtc.h>

Public Attributes

uint32_t DayLightSaving
 
uint8_t Hours
 
uint8_t Minutes
 
uint32_t SecondFraction
 
uint8_t Seconds
 
uint32_t StoreOperation
 
uint32_t SubSeconds
 
uint8_t TimeFormat
 

Detailed Description

RTC Time structure definition.

Definition at line 83 of file stm32f4xx_hal_rtc.h.

Member Data Documentation

◆ DayLightSaving

uint32_t RTC_TimeTypeDef::DayLightSaving

Specifies DayLight Save Operation. This parameter can be a value of RTC DayLight Saving Definitions

Specifies RTC_DayLightSaveOperation: the value of hour adjustment. This parameter can be a value of RTC DayLight Saving Definitions

Definition at line 108 of file stm32f4xx_hal_rtc.h.

◆ Hours

uint8_t RTC_TimeTypeDef::Hours

Specifies the RTC Time Hour. This parameter must be a number between Min_Data = 0 and Max_Data = 12 if the RTC_HourFormat_12 is selected. This parameter must be a number between Min_Data = 0 and Max_Data = 23 if the RTC_HourFormat_24 is selected

Definition at line 85 of file stm32f4xx_hal_rtc.h.

◆ Minutes

uint8_t RTC_TimeTypeDef::Minutes

Specifies the RTC Time Minutes. This parameter must be a number between Min_Data = 0 and Max_Data = 59

Definition at line 89 of file stm32f4xx_hal_rtc.h.

◆ SecondFraction

uint32_t RTC_TimeTypeDef::SecondFraction

Specifies the range or granularity of Sub Second register content corresponding to Synchronous pre-scaler factor value (PREDIV_S) This parameter corresponds to a time unit range between [0-1] Second with [1 Sec / SecondFraction +1] granularity. This field will be used only by HAL_RTC_GetTime function

Definition at line 102 of file stm32f4xx_hal_rtc.h.

◆ Seconds

uint8_t RTC_TimeTypeDef::Seconds

Specifies the RTC Time Seconds. This parameter must be a number between Min_Data = 0 and Max_Data = 59

Definition at line 92 of file stm32f4xx_hal_rtc.h.

◆ StoreOperation

uint32_t RTC_TimeTypeDef::StoreOperation

Specifies RTC_StoreOperation value to be written in the BCK bit in CR register to store the operation. This parameter can be a value of RTC Store Operation Definitions

Specifies RTC_StoreOperation value to be written in the BKP bit in CR register to store the operation. This parameter can be a value of RTC Store Operation Definitions

Definition at line 111 of file stm32f4xx_hal_rtc.h.

◆ SubSeconds

uint32_t RTC_TimeTypeDef::SubSeconds

Specifies the RTC_SSR RTC Sub Second register content. This parameter corresponds to a time unit range between [0-1] Second with [1 Sec / SecondFraction +1] granularity

Definition at line 98 of file stm32f4xx_hal_rtc.h.

◆ TimeFormat

uint8_t RTC_TimeTypeDef::TimeFormat

Specifies the RTC AM/PM Time. This parameter can be a value of RTC AM PM Definitions

Definition at line 95 of file stm32f4xx_hal_rtc.h.


The documentation for this struct was generated from the following files:


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:20