代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.c
#include
void PWM_Init(void)
{
PINSEL0 |= 0x000A800A; // select PWM1-4 and PWM6
PINSEL1 |= 0x00000400; // select PWM5
PWMPR = 20; //
pwm.c
#include
#include
#include
#include
#include
#include
#define unchar unsigned char
#define unint unsigned int
#define unlong u
pwm.lst
C51 COMPILER V7.06 PWM 09/02/2005 14:09:44 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE PWM
OBJECT MODULE PLACED IN PWM
pwm.c
#include
#include
#include
#include
#include
extern unsigned char time; //时间
extern unsigned char t1,t2;
void PWM(unsigned char
pwm.ini
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
pwm.__i
"PWM.c" THUMB OPTIMIZE (7,SPEED) BROWSE DEBUG PRINT(.\Flash\PWM.lst) TABS (4) OBJECT(.\Flash\PWM.obj)