代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="pwm"
ProjectDir="H:\f2812\C\pwm\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Too
pwm.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.07
*******************************************************
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\ti\myprojects\PWM\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
pwm.c
#include "LF2407REGS.h"
void initsys(){
asm(" setc SXM ");
asm(" clrc OVM ");
asm(" clrc CNF ");
*SCSR1=0x83fe;
*WDCR =0x0e8;
*IMR =0x000f;
*IFR =0xffff;
*WSGR =
pwm.h
#ifndef _PWM_H_
#define _PWM_H_
#include /* common defines and macros */
#include /* derivative information */
void PWM_Init(void);
#endif