RM新时代网站-首页

您好,歡迎來電子發(fā)燒友網(wǎng)! ,新用戶?[免費(fèi)注冊(cè)]

您的位置:電子發(fā)燒友網(wǎng)>源碼下載>驅(qū)動(dòng)程序>

時(shí)鐘芯片ds12c887的C51驅(qū)動(dòng)程序

大小:5.69 MB 人氣: 2011-06-03 需要積分:0

文件名稱:ds12c887.c
適用范圍:時(shí)鐘芯片ds12c887的驅(qū)動(dòng)程序
*************************************************************/
#i nclude
/* 命令常量定義*/
#define CMD_START_DS12C887 0x20 /* 開啟時(shí)鐘芯片
*/
#define CMD_START_OSCILLATOR 0x70 /* 開啟振蕩器,
處于抑制狀態(tài)*/
#define CMD_CLOSE_DS12C887 0x30 /* 關(guān)掉時(shí)鐘芯片
*/
/* 所有的置位使用或操作,清除使用與操作*/
#define MASK_SETB_SET 0x80 /* 禁止刷新*/
#define MASK_CLR_SET 0x7f /* 使能刷新*/
#define MASK_SETB_DM 0x04 /* 使用HEX格式
*/
#define MASK_CLR_DM 0xfb /* 使
用BCD碼格式*/
#define MASK_SETB_2412 0x02 /* 使
用24小時(shí)模式*/
#define MASK_CLR_2412 0xfd /* 使用12小時(shí)模
式*/
#define MASK_SETB_DSE 0x01 /* 使用夏令時(shí)*/
#define MASK_CLR_DSE 0xfe /* 不使用夏令時(shí)
*/
/* 寄存器地址通道定義*/
xdata char chSecondsChannel _at_ 0xdf00;
xdata char chMinutesChannel _at_ 0xdf02;
xdata char chHoursChannel _at_ 0xdf04;
xdata char chDofWChannel _at_ 0xdf06;
xdata char chDateChannel _at_ 0xdf07;
xdata char chMonthChannel _at_ 0xdf08;
xdata char chYearChannel _at_ 0xdf09;

?

非常好我支持^.^

(9) 100%

不好我反對(duì)

(0) 0%

      發(fā)表評(píng)論

      用戶評(píng)論
      評(píng)價(jià):好評(píng)中評(píng)差評(píng)

      發(fā)表評(píng)論,獲取積分! 請(qǐng)遵守相關(guān)規(guī)定!

      ?
      RM新时代网站-首页