代码搜索:PWm 开发教程
找到约 10,000 项符合「PWm 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/191393/8430201
c pwm.c
#include "PWM.h"
void SYSCLK_Init (void)
{
CCAPM0 |=0x42; //PCA Module 0 Mode "0xDA"
CMOD |=0x02;
www.eeworm.com/read/191393/8430204
h pwm.h
/* Example 12.059 Mhz crystal
* Tpca count=1/Fosc/2=1/6/2=0.193us
* Tpwm=256 * 0.193=49.42us
* Edited by: Peter Lin
* tel:03-5750050 Mail: peter@megawin.com.tw
* Copyright (c) 2006 Megawin
www.eeworm.com/read/191393/8430217
hex pwm.hex
:10001E0043DA4243D90243F20175EA1075FA1053DE
:09002E008E7F538EBF538EDF223A
:10003700438E1043A84043A82043A84043A8024347
:06004700A8014392802293
:0E004D00E4FFFE0FBF00010EBE07F8BFD0F5A6
:01005B002282
www.eeworm.com/read/191393/8430225
plg pwm.plg
礦ision2 Build Log
Project:
D:\Peter\Megawin\Megawin C\MPC82X52 Demo PWM\PWM.uv2
Project File Date: 12/29/2006
Output:
Build target 'Target 1'
www.eeworm.com/read/191393/8430236
opt pwm.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/190844/8437669
h pwm.h
#ifndef __PWM_H__
#define __PWM_H__
#include "bsp.h"
typedef enum{
PWM_ERR_NONE,
PWM_ERR_WIDTH_OVERFLOW,
} PWM_ReturnCode_t; /* PWM return codes */
/*-------------------------
www.eeworm.com/read/190844/8437671
c pwm.c
#include "pwm.h"
/*********************************************************************
Macro Definitions
/**************************************
www.eeworm.com/read/390745/8446064
wav pwm.wav
www.eeworm.com/read/390739/8446349