代码搜索:Set
找到约 10,000 项符合「Set」的源代码
代码结果 10,000
www.eeworm.com/read/430448/1930172
c set_alarm_time.c
#include "../pcf8583.h"
void PCF8583_set_alarm_time(u08 hour,u08 min,u08 sec,u08 hsec)
{
PCF8583_write_bcd(0x9,hsec);
PCF8583_write_bcd(0xa,sec);
PCF8583_write_bcd(0xb,min);
PCF8583_wr
www.eeworm.com/read/430448/1930174
c set_alarm_date.c
#include "../pcf8583.h"
void PCF8583_set_alarm_date(u08 day,u08 month)
{
PCF8583_write_date(0xd,day,0);
PCF8583_write_bcd(0xe,month);
}
www.eeworm.com/read/430445/1930461
c set_alarm_time.c
#include "../pcf8583.h"
void PCF8583_set_alarm_time(u08 hour,u08 min,u08 sec,u08 hsec)
{
PCF8583_write_bcd(0x9,hsec);
PCF8583_write_bcd(0xa,sec);
PCF8583_write_bcd(0xb,min);
PCF8583_wr
www.eeworm.com/read/430445/1930463
c set_alarm_date.c
#include "../pcf8583.h"
void PCF8583_set_alarm_date(u08 day,u08 month)
{
PCF8583_write_date(0xd,day,0);
PCF8583_write_bcd(0xe,month);
}
www.eeworm.com/read/428747/1956042
sh set-vars-freebsd.sh
#! /bin/sh
# LINUX VERSION
# Set the place where SciTech Software is installed, and where each
# of the supported compilers is installed. These environment variables
# are used by the batch files in
www.eeworm.com/read/428747/1956068
sh set-vars-beos.sh
#! /bin/sh
# BeOS VERSION
# Set the place where SciTech Software is installed, and where each
# of the supported compilers is installed. These environment variables
# are used by the batch files in t