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_AlarmTypeDef Struct Reference

RTC Alarm structure definition. More...

#include <stm32f37x_rtc.h>

Data Fields

RTC_TimeTypeDef RTC_AlarmTime
 
uint32_t RTC_AlarmMask
 
uint32_t RTC_AlarmDateWeekDaySel
 
uint8_t RTC_AlarmDateWeekDay
 

Detailed Description

RTC Alarm structure definition.

Field Documentation

uint8_t RTC_AlarmDateWeekDay
           Specifies the RTC Alarm Date/WeekDay.

This parameter must be set to a value in the 1-31 range if the Alarm Date is selected. This parameter can be a value of RTC_WeekDay_Definitions if the Alarm WeekDay is selected.

uint32_t RTC_AlarmDateWeekDaySel
       Specifies the RTC Alarm is on Date or WeekDay.

This parameter can be a value of RTC_AlarmDateWeekDay_Definitions

uint32_t RTC_AlarmMask
                 Specifies the RTC Alarm Masks.

This parameter can be a value of RTC_AlarmMask_Definitions

RTC_TimeTypeDef RTC_AlarmTime

Specifies the RTC Alarm Time members.


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