代码搜索结果
找到约 10,000 项符合
PWM 的代码
cfg._h
/*******************************
*程序名称:功能函数集
*设 计:萧联珠
*日 期:2007-11-19
********************************/
#include
int flag_bell=0;
/*端口初始化*/
void port_init()
{
DD
cfg.h
/*******************************
*程序名称:各功能函数
*作 者:萧联珠
*日 期:2007-11-20
********************************/
#include
int flag_led=0;
/*端口初始化*/
void port_init()
{
PORTB=0xFF;
cfg._h
/*******************************
*程序名称:各功能函数
*作 者:萧联珠
*日 期:2007-11-20
********************************/
#include
int flag_led=0;
/*端口初始化*/
void port_init()
{
PORTB=0xFF;
cfg.h
/*******************************
*程序名称:各功能函数
*设 计:萧联珠
*日 期:2007-11-20
********************************/
#include
int flag_led=0;
/*端口初始化*/
void port_init()
{
PORTB=0xFF;
1.c
#include
/* **************************************************************
** 函 数 名: PWM1Set()
** 功 能:CCP1输出PWM设置,设置完成后即输出PWM
*****************************************************
lts350wqv.c
#include
#include
#define DISPOFF 93
void lcd_board_init(void)
{
__gpio_as_output(DISPOFF);
__gpio_as_pwm();
REG_PWM_DUT(0) = 8;
REG_PWM_PER(0) = 7;
REG_PWM_CTR(0) = 0x81;
__g
pwmc.txt
#include
#include
#include
#include "UPSD3200.H"
#include "upsd_pwm.h"
#define uint unsigned int
#define uchar unsigned char
PSD_REGS PSD8xx_reg _at_ csiop
main.c
#include
#include
#include
bit Moto_Dir=0;
uchar irq_count;
uchar irq_count_t;
uchar PWM_TIME_H,PWM_TIME_L;
bit i=0;
/***********************短延时*******
main.c
/***********************************************************************************************************
金陵科技学院2008年毕业设计-----智能小车控制系统
开发平台:EasyARM615
开
说明.txt
本程序是线阵CCD1200D的专用驱动。其与硬件相兼容的接口定义为:
PWM0:CLK1
PWM1: CLK2
PWM7: RS
PA0: SH
S12总线频率为24M,RS频率为1M,CLK1和CLK2的频率为0.5M,积分时间为10MS。