STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RTC_TimeTypeDef Struct Reference

RTC Time structure definition. More...

#include <stm32f37x_rtc.h>

Data Fields

uint8_t RTC_Hours
 
uint8_t RTC_Minutes
 
uint8_t RTC_Seconds
 
uint8_t RTC_H12
 

Detailed Description

RTC Time structure definition.

Field Documentation

uint8_t RTC_H12
           Specifies the RTC AM/PM Time.

This parameter can be a value of RTC_AM_PM_Definitions

uint8_t RTC_Hours
         Specifies the RTC Time Hour.

This parameter must be set to a value in the 0-12 range if the RTC_HourFormat_12 is selected or 0-23 range if the RTC_HourFormat_24 is selected.

uint8_t RTC_Minutes
       Specifies the RTC Time Minutes.

This parameter must be set to a value in the 0-59 range.

uint8_t RTC_Seconds
       Specifies the RTC Time Seconds.

This parameter must be set to a value in the 0-59 range.


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