⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtc_test_msg.h

📁 MMI层OBJ不能完全编译
💻 H
字号:
/**
 * @file	rtc_test_msg.h
 *
 * Gathers functions used for demonstration of <driver> SWE.
 *
 * @author	Thierry VEDEL (tve@silicomp.com)
 * @version 0.1
 */
/*
 * History:
 *
 *	Date       			Author						Modification
 *	-------------------------------------------------------------------
 *	07/03>2003	Thierry VEDEL (tve@silicomp.com)	Create.
 *
 * (C) Copyright 2003 by SILICOMP, All Rights Reserved
 */





#define RTC_001_REF		"RTC_001-FUN"
#define RTC_001_NAME	"RTC_001-FUN"
#define RTC_001_COMMENT "Check reset function"

#define RTC_002_REF		"RTC_002-FUN"
#define RTC_002_NAME	"RTC_002-FUN"
#define RTC_002_COMMENT	"Check that the Get Date/Time return"
#define RTC_002_RESULT_FONCTION	"Result Function"

#define RTC_003_REF		"RTC_003-FUN"
#define RTC_003_NAME	"RTC_003-FUN"
#define RTC_003_COMMENT	"Check that the function sets a date and time"

#define RTC_003_RESULT_FONCTION	"Result Function"
#define RTC_003_ADD_HOUR		"Add Hour"
#define RTC_003_REMOVE_HOUR		"Remove Hour"
#define RTC_003_RESULT_ADD_H	"Result Hour"
#define RTC_003_RESULT_ADD_S	"Result Second"
#define RTC_003_RESULT_ADD_MN	"Result Minute"
#define RTC_003_RESULT_ADD_D	"Result Day"
#define RTC_003_RESULT_ADD_M	"Result Month"
#define RTC_003_RESULT_ADD_Y	"Result Year"
#define RTC_003_RESULT_ADD_WD	"Result Week Day"


#define RTC_004_REF		"RTC_004-PAR"
#define RTC_004_NAME	"RTC_004-PAR"
#define RTC_004_COMMENT	"Check the parameter boundary"
#define RTC_004_RESULT_FONCTION_0	"Second Mini Invalid Parameter"
#define RTC_004_RESULT_FONCTION_1	"Second Maxi Invalid Parameter"
#define RTC_004_RESULT_FONCTION_2	"Minute Mini Invalid Parameter"
#define RTC_004_RESULT_FONCTION_3	"Minute Maxi Invalid Parameter"
#define RTC_004_RESULT_FONCTION_4	"Hour Mini Invalid Parameter"
#define RTC_004_RESULT_FONCTION_5	"Hour Maxi Invalid Parameter"
#define RTC_004_RESULT_FONCTION_6	"Day Mini Invalid Parameter"
#define RTC_004_RESULT_FONCTION_7	"Day Maxi Invalid Parameter"
#define RTC_004_RESULT_FONCTION_8	"Month Mini Invalid Parameter"
#define RTC_004_RESULT_FONCTION_9	"Month Maxi Invalid Parameter"
#define RTC_004_RESULT_FONCTION_10	"Year Mini Invalid Parameter"
#define RTC_004_RESULT_FONCTION_11	"Year Maxi Invalid Parameter"
#define RTC_004_RESULT_FONCTION_12	"Wday Mini Invalid Parameter"
#define RTC_004_RESULT_FONCTION_13	"Wday Maxi Invalid Parameter"



#define RTC_005_REF		"RTC_005-FUN"
#define RTC_005_NAME	"RTC_005-FUN"
#define RTC_005_COMMENT	"Check that the Get Alarm returns"
#define RTC_005_RESULT_FONCTION	"Result Function GetAlarm"


#define RTC_006_REF		"RTC_006-FUN"
#define RTC_006_NAME	"RTC_006-FUN"
#define RTC_006_COMMENT	"Check that the function sets alarm to a defined date and time"
#define RTC_006_RESULT_FONCTION	"Result Function SetAlarm"
#define RTC_006_ALARM	"Alarm"

#define RTC_007_REF		"RTC_007-PAR"
#define RTC_007_NAME	"RTC_007-PAR"
#define RTC_007_COMMENT	"Check the parameter boundary"
#define RTC_007_RESULT_FONCTION_0	"Second Mini Invalid Parameter"
#define RTC_007_RESULT_FONCTION_1	"Second Maxi Invalid Parameter"
#define RTC_007_RESULT_FONCTION_2	"Minute Mini Invalid Parameter"
#define RTC_007_RESULT_FONCTION_3	"Minute Maxi Invalid Parameter"
#define RTC_007_RESULT_FONCTION_4	"Hour Mini Invalid Parameter"
#define RTC_007_RESULT_FONCTION_5	"Hour Maxi Invalid Parameter"
#define RTC_007_RESULT_FONCTION_6	"Day Mini Invalid Parameter"
#define RTC_007_RESULT_FONCTION_7	"Day Maxi Invalid Parameter"
#define RTC_007_RESULT_FONCTION_8	"Month Mini Invalid Parameter"
#define RTC_007_RESULT_FONCTION_9	"Month Maxi Invalid Parameter"
#define RTC_007_RESULT_FONCTION_10	"Year Mini Invalid Parameter"
#define RTC_007_RESULT_FONCTION_11	"Year Maxi Invalid Parameter"
#define RTC_007_RESULT_FONCTION_12	"Wday Mini Invalid Parameter"
#define RTC_007_RESULT_FONCTION_13	"Wday Maxi Invalid Parameter"

#define RTC_008_REF		"RTC_008-FUN"
#define RTC_008_NAME	"RTC_008-FUN"
#define RTC_008_COMMENT	"Check that the Unset Alarm is ok"
#define RTC_008_RESULT_FONCTION	"Result Function UnsetAlarm"


#define RTC_009_REF		"RTC_009-FUN"
#define RTC_009_NAME	"RTC_009-FUN"
#define RTC_009_COMMENT	"Check that the Rounding30s function is ok"

#define RTC_010_REF		"RTC_010-FUN"
#define RTC_010_NAME	"RTC_010-FUN"
#define RTC_010_COMMENT	"Check that the 12 hour or 24 hour mode function is ok"


#define RTC_011_REF		"RTC_011-FUN"
#define RTC_011_NAME	"RTC_011-FUN"
#define RTC_011_COMMENT	"Check that the Is12HourMode function returns"
#define RTC_011_HOUR_MODE	"Hour Mode"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -