代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.c
#include "DSP28_Device.h"
void xnitgpio()
{
EALLOW;
GpioMuxRegs.GPEMUX.bit.XINT2_ADCSOC_GPIOE1=1;
GpioMuxRegs.GPEQUAL.BIT.QUALPRD=0x0ff;
XIntruptRegs.XINT2CR.bit.ENABLE=1;
XIntruptReg
pwm.txt
C源代码:
#include
/*定义字型字位口*/
#define DIGPORT P2
#define WORDPORT P0
/*定义键盘口*/
#define KEYPORT P1
#define uint unsigned int
#define uchar unsigned char
#define uong unsigned lo
pwm.c
/*----------------------------------------------------------------------------
* Name: Timer.c
* Purpose: Timer usage for STM32
* Version: V1.00
*-------------------------------------------
pwm.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {