代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/331818/12805297
asm isra.asm
//========================================================
// 文件名称: isr.asm
// 功能描述: 将解码队列的语音资源送到DAC进行播放
// 维护记录: 2005-09-12 v1.0
//========================================================
.INC
www.eeworm.com/read/162052/6326426
c measure_waterlevel.c
#include "hardware.h"
#include "Try1.h"
#include "Init_System.h"
unsigned long g_UltraSonic_Count[8];
unsigned int g_UltraSonic_Count1;
int g_UltraSonic_Height_Act;
void Measure_WaterLevel()
www.eeworm.com/read/405669/11459518
c main.c
//#define P_TimerA_Data (volatile int*)0x7000
unsigned char g_ucIntFlag=0;
unsigned int g_uisum=0;
#include "spce061a.h"
#include "dig.h"
unsigned int g_Data[11] = {0x003f,0x0
www.eeworm.com/read/400268/11579935
asm isr.asm
//========================================================
// 文件名称: isr.asm
// 功能描述: 将解码队列的语音资源送到DAC进行播放
// 维护记录: 2005-09-12 v1.0
//========================================================
.INC
www.eeworm.com/read/261845/11621958
asm isr.asm
//========================================================
// 文件名称: isr.asm
// 功能描述: 将解码队列的语音资源送到DAC进行播放
// 维护记录: 2005-09-12 v1.0
//========================================================
.INC
www.eeworm.com/read/127793/14333779
asm isr.asm
.text
.include hardware.inc
.include A2000.inc
.include Resource.inc
.public _FIQ;
_FIQ:
PUSH R1,R4 to [sp];
R1 = 0x2000;
test R1,[P_INT_Ctrl];
jnz L_FIQ_TimerA;
R1 = 0x0800;
test
www.eeworm.com/read/28013/992457
c main.c
//******************************************************************************
// RO method capactiance measurement using CompA+, TimerA0, and SW loop
//
// MSP430F2
www.eeworm.com/read/28013/992460
c main.c
//******************************************************************************
// RO method capactiance measurement using CompA+, TimerA0, and WDT+
// Schematic Description of CompA+ formi
www.eeworm.com/read/295630/8149676
c fet140_adc12_storeram_timerasample.c
//******************************************************************************
// MSP-FET430P140 Demo - Single channel repeat mode using TimerA1 as Sample
// Trigger
//
www.eeworm.com/read/222099/14705210
c system_init.c
/*#define P_TimerA_Data (volatile unsigned int *)0x700A
#define P_TimerA_Ctrl (volatile unsigned int *)0x700B
#define C_SourceA_Fosc2 0x0000 //
#define C_SourceA_Fosc256 0x0001