MG32L003 Standard Peripherals Firmware Library
|
RTC ALARM Enable structure definition. More...
#include <mg32l003_rtc.h>
Data Fields | |
uint32_t | Year_Enable |
uint32_t | Month_Enable |
uint32_t | Date_Enable |
uint32_t | WeekDay_Enable |
uint32_t | Sen_Enable |
uint32_t | Hours_Enable |
uint32_t | Minutes_Enable |
uint32_t | Seconds_Enable |
RTC ALARM Enable structure definition.
uint32_t Date_Enable |
Set date or not . This parameter can be a value of RTC_AlarmEnable_Definitions
uint32_t Hours_Enable |
Set hour or not . This parameter can be a value of RTC_AlarmEnable_Definitions
uint32_t Minutes_Enable |
Set minute or not . This parameter can be a value of RTC_AlarmEnable_Definitions
uint32_t Month_Enable |
Set month or not . This parameter can be a value of RTC_AlarmEnable_Definitions
uint32_t Seconds_Enable |
Set second or not . This parameter can be a value of RTC_AlarmEnable_Definitions
uint32_t Sen_Enable |
Set sen or not . This parameter can be a value of RTC_AlarmEnable_Definitions
uint32_t WeekDay_Enable |
Set week or not . This parameter can be a value of RTC_AlarmEnable_Definitions
uint32_t Year_Enable |
Set year or not . This parameter can be a value of RTC_AlarmEnable_Definitions