代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.dbgdt
120
27
pwm.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[State Storage]
Control Register=0
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action
pwm.wsdt
PWM/Debug
pwm.dep
1
Debug
$PROJ_DIR$\bao.c
pwm.ewd
1
Debug
MSP430
pwm.eww
$WS_DIR$\PWM.ewp
pwm.ewp
1
Debug
MSP430
pwm.h
#include
#include
#define OC1A PORTD5
#define OC1B PORTD4
void pwm_init(void);
void pwm_change(void);
pwm.lis
.module pwm.c
.area text(rom, con, rel)
0000 .dbfile F:\IccAvr_Pro\pwm.c
.area data(ram, con, rel)
0000
pwm.c
#include "pwm.h"
unsigned char pwm_value[2]={0x7f,0x7f};
unsigned char pwm_flag;
//TIMER1 initialize - prescale:1
// WGM: 8) PWM phz freq correct, TOP=ICRn
// desired value: 14.4KHz
// act