搜索资源列表
MSP430_clockset
- msp430的时钟设定API程序,包括XT2的开关,DCO的设定和MCLK及SMCLK的时钟源选择,从此不用记寄存器 void XT2_on() void XT2_off() void DCOset(BYTE freq) //1,2,4,8,10,12,14,15,16,20,32 void Msource(char source) //enum:ACLK,XT2,DCO void SMsource(char source) //enum:XT2,DCO-msp430‘s
rfc5105.txt
- An ENUM domain name is tightly coupled with the underlying E.164 number. The process of verifying whether the Registrant of an ENUM domain name is identical to the Assignee of the corresponding E.164 number is commonly called "validation". This
wince-process
- wince环境下进程设计、枚举、进程间通讯等参考程序实例-process design,enum and message in wince
HID-Device-enum
- USB设备枚举详细资料,内包含了USB设备枚举过程详细介绍,以及目前市门上触控两点标准描述符说明文档,对做触控USB设备这个块有很大的帮助- USB device enumeration details contained within the USB device enumeration process in detail, as well as the touch points on the current market standard door descr iptor document
StructsAndEnums
- 该项目使用一个enum类型表示一副牌的4种不同花色,然后使用一个struct型表示日历日期-The project uses a enum types express one of four kinds of different brand suit, and then use a struct type that calendar date
SDFSDF
- char replybuffer[REPLYBUFFSIZ] uint8_t getReply(char *send, uint16_t timeout = 500, boolean echo = true) uint8_t espreadline(uint16_t timeout = 500, boolean multiline = false) boolean sendCheckReply(char *send, char *reply, uint16_t timeo