代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
copy of vectors.c
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : Cpu.C
** Project : RTOSDemo
**
vectors.c
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : Cpu.C
** Project : RTOSDemo
**
intrapi.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
main.c
/*
* Simple demonstration of using the Stripe Interrupt Controller.
* This version sets the interrupt mode to a 5-bit priority scheme.
*
* Author: ORC
*
* Copyright (c) Altera Corporation 2001.
* A
main.c
/* Simple demonstration of using the Stripe Interrupt Controller.
* This version sets the interrupt mode to 6 individual interrupts.
*
* Author: ORC
*
* Copyright (c) Altera Corporation 2001.
*
main.c
/*
* Simple demonstration of using the Stripe Interrupt Controller.
* This version sets the interrupt mode to a 6-bit priority scheme.
*
* Author: ORC
*
* Copyright (c) Altera Corporation 2001
dspic33f的timer1设定.txt
#include
void timer1_init(void)
{
T1CON = 0; //确保T1关闭,再进行初始化
IFS0bits.T1IF = 0; //清T1复位标志,使T1复位
IPC0bits.T1IP = 5; //3个BIT,设置T1
coreb.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
inc.h
#ifndef __KAKA_INC__
#define __KAKA_INC__
#include
#include
#include
#include
#include
#include
vectors.850
-- *****************************************************
-- * *
-- * V850E/IA1 Interrupt vectors *
-- *