代码搜索结果
找到约 12,595 项符合
PWM 的代码
pwm_16.lst
C51 COMPILER V7.50 PWM_16 10/23/2006 11:05:11 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE PWM_16
OBJECT MODULE PLACED IN p
pwm.dp2
PWM.o: c:/icc/include/io8535v.h
pwm.src
[Files]
PWM.C
[Headers]
C:\icc\include\io8535v.h
[Documents]
pwm.lk
PWM.o
pwm.c
/*****************************************************************************
* pwm.c: PWM module file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconduct
pwm.c
/////////PCA CEX0为PWM 输出模式//////////////
/////////PWM.c//////////////////////////
#include
typedef unsigned int uint;
typedef unsigned char uchar;
typedef unsigned long ulong;
sfr1
pwm.lst
C51 COMPILER V8.12 PWM 06/05/2008 16:33:18 PAGE 1
C51 COMPILER V8.12, COMPILATION OF MODULE PWM
OBJECT MODULE PLACED IN PWM
pwm.c
#include "PWM.H"
void PWM_Init(uchar pw)
{
CCAP0H = pw;
CCAP0L = pw;
CCAPM0 = CCAPM_PWM; /*PCA模块0寄存器 模式设置为8位PWM值 */
CMOD = CMOD_ECF; /*PCA计数器模式寄存器 PCA使能计数溢出中断 */
CCON = 0x00;
pwm.c
//*****************************************************************************
//
// pwm.c - API for the PWM modules
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved.
//
pwm
C51 COMPILER V7.50 PWM_16 10/23/2006 11:05:11 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE PWM_16
OBJECT MODULE PLACED IN p