代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/374485/9403034
s pwm.s
;**********************************************
;**************Pulse Width Modulator***********
;**********************************************
PWM_CTRL0 EQU 0x40b00000 ;//PWM Control Registers
www.eeworm.com/read/177594/9445319
c idereset.c
#ifndef _IDEIO_DEFINE
#include "IDEIO.c"
#endif
BYTE IDEReset(BYTE bRestMode);
BYTE IDEReset(BYTE bRestMode)
{
register WORD i;
register BYTE status;
if (bRestMode==IDE_RESET_HARDWARE)
www.eeworm.com/read/373390/9457762
txt readme.txt
程序文件说明
prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时
间服务器上,从服务器读取当前时间,然后显示时间。
prg4_1.c : TCP服务器。该程序等待客户的连接,一旦连接,则显示客户IP地址,并
发信息回客户。
prg4_2.c : TCP客户机。该 ...
www.eeworm.com/read/176727/9486663
lst ds1302.lst
C51 COMPILER V7.50 DS1302 07/19/2006 10:05:10 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DS1302
OBJECT MODULE PLACED IN
www.eeworm.com/read/176727/9486759
c ds1302.c
#include "ds1302.h"
void wr_oneword_ds1302(uchar,uchar);
uchar rd_oneword_ds1302(uchar);
void delay1302(void);
uchar xdata rdtime[6] = {0};
uchar xdata inittime[6]={0};//初
www.eeworm.com/read/372878/9489148
h osmessage.h
#ifndef __OSMESSAGE_H__
#define __OSMESSAGE_H__
#include "def.h"
#include "..\ucos-ii\add\control.h"
#define OSMessageQSize 20
///////////////////////////Message struct////////////////////
www.eeworm.com/read/175861/9528493
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/175533/9541988
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/175532/9542110
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/175434/9549043
txt readme.txt
程序文件说明
prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时
间服务器上,从服务器读取当前时间,然后显示时间。
prg4_1.c : TCP服务器。该程序等待客户的连接,一旦连接,则显示客户IP地址,并
发信息回客户。
prg4_2.c : TCP客户机。该 ...