代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
inttimer2410.c
#include"2410addr.h"
void INT_Timer_Initialize(void)
{
rTCFG0=0x00000064; //prescaler0 100
rTCFG1=0x00000011; //divide value 1/4
rTCNTB0=0x5dc;
rTCNTB1=0x1000;
rTCON=0x00000a0a; //aut
int2_medpri_dispatcher.s
// Medium-Priority Interrupt Dispatcher Template
// $Id: //depot/rel/BearValley/Xtensa/OS/xtos/int-medpri-dispatcher.S#1 $
// Customer ID=4654; Build=0x116b0; Copyright (c) 2004 by Tensilica Inc.
int3_medpri_dispatcher.s
// Medium-Priority Interrupt Dispatcher Template
// $Id: //depot/rel/BearValley/Xtensa/OS/xtos/int-medpri-dispatcher.S#1 $
// Customer ID=4654; Build=0x116b0; Copyright (c) 2004 by Tensilica Inc. AL
int3.asm
;----------------------------------------------------------------------------
; INT3.ASM August 23,1987
;
; Data input/output via RS-232/2 (COM 2)
; * initialization
; * ISR
;-----
int4.asm
;----------------------------------------------------------------------------
; INT4.ASM August 23,1987
;
; Data input/output via RS-232C (COM 1)
; * initialization
; * ISR
;-----
testauto.c
/*
*******************************************************************************
** COPYRIGHT (C) NEC Electronics Corporation 2008
** NEC ELECTRONICS CONFIDENTIAL AND PROPRIETARY
** All right
testauto.bak
/*
*******************************************************************************
** COPYRIGHT (C) NEC Electronics Corporation 2008
** NEC ELECTRONICS CONFIDENTIAL AND PROPRIETARY
** All right
main.asm
/*****************************************************************************
** **
** Name: UART Software Interface **
** **
********************
irq.h
//========================================================================//
// 文件名: irq.h
// 作 者: xinqiang Zhang(小丑) (email: xinqiang@Mzdesign.com.cn)
// 日 期: 2008/01/03
// 描 述: VIC irq的一些初始
inttimer2410.c
#include"2410addr.h"
void INT_Timer_Initialize(void)
{
rTCFG0=0x00000064; //prescaler0 100
rTCFG1=0x00000011; //divide value 1/4
rTCNTB0=0x5dc;
rTCNTB1=0x1000;
rTCON=0x00000a0a; //aut