代码搜索:timer1
找到约 1,567 项符合「timer1」的源代码
代码结果 1,567
www.eeworm.com/read/447738/1697728
s pmtest.s
;# Peripheral(plugable) module test file
.text
; Timer1 test module configured at mod. no. 3
move T1CN, #05h
move T1MD, #233
move T1CL,A[0]
; Timer2 module test plugged at mod. no. 4
move T2CFG, #12
www.eeworm.com/read/412027/2178010
frm timer1.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "TIMER1溢出中断测试 苏州大学freescale MCU&DSP研发中心 2005年3月版"
Clie
www.eeworm.com/read/412027/2178014
frm timer1.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "TIMER1溢出中断测试 苏州大学freescale MCU&DSP研发中心 2005年3月版"
Clie
www.eeworm.com/read/412027/2178018
frm timer1.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "TIMER1溢出中断测试 苏州大学freescale MCU&DSP研发中心 2005年3月版"
Clie
www.eeworm.com/read/412027/2178022
frm timer1.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "TIMER1溢出中断测试 苏州大学freescale MCU&DSP研发中心 2005年3月版"
Clie
www.eeworm.com/read/412027/2178054
frm timer1.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "TIMER1溢出中断测试 苏州大学freescale MCU&DSP研发中心 2005年3月版"
Clie
www.eeworm.com/read/471630/6887319
frm timer1.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "TIMER1溢出中断测试 苏州大学freescale MCU&DSP研发中心 2005年3月版"
Clie
www.eeworm.com/read/395782/8152661
c timer.c
#include
#include
#include "main.h"
unsigned char WdtTimer = 0; //外部看门狗定时器
volatile unsigned int Timer1BaseClk = 0; //Timer1基准时钟
// 看门狗初始化函数
// prescale: 512K cycles,ov
www.eeworm.com/read/353428/10448243
log cc_build.log
dspcl timer1.c -g -v2xx -as -frC:\tic2xx\myprojects\timer1
[timer1.c]
TMS320C2x/C2xx/C5x ANSI C Compiler Version 7.00
Copyright (c) 1987-1999 Texas Instruments Incorporated
"timer1.c"
www.eeworm.com/read/397518/8041228
c timer_trigger_adc.c
#include "2407c.h"
/*adc为高优先级中断模式*/
/*定时器TIMER1触发排序*/
static int inte(long inte_input,int *inte_output);
static int multi_var_filter(int ualpha,int ubeta,int *u_out_alpha,int *u_out_beta);
st