代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.c
/*********************************************************************/
/* PWM_Init.c ------------ Hardware related functions
PWM_Init();
PWM Initialization rounte
***
pwm.c
#include
#include
#define OC0_OUT_EN DDRB |= 0b00010000
/*-----------------------------------------------------------------
函数名称: void Timer0Init(void)
函数功能:
参 数
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="pwm"
ProjectDir="C:\ti\myprojects\pwm\"
ProjectType=Executable
CPUFamily=TMS320C28X
pwm.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.01
*******************************************************
pwm.h
#ifndef __Pwm_H__
#define __Pwm_H__
void Test_Pwm(void);
#endif /*__PWM_H__*/
pwm.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#define READ_COUNT2 (rTCNTO2 & 0xffff)
#define MaxBeepFreq 900
#define MinBeepFreq 100
extern int Uart_GetIntNum(void)