代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.h
#ifndef _INTERRUPT_H_
#define _INTERRUPT_H_
#include "sub_fuc.h"
interrupt void c_t_int()
{
int flag;
flag = * EVAIFRA&0x0080;
if(flag!= 0x0080)
{
asm(" CLRC INTM"); /*返回前开中断
interrupt.c
//*****************************************************************************
//
// interrupt.c - Driver for the NVIC Interrupt Controller.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. Al
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.lst
HI-TECH Software PICC Macro Assembler V9.50PL2
Mon Oct 22 15:46:20 2007
1 processor 16F873A
2
interrupt.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID ]
"19 C:\Program Files\HI-TECH Software\PICC\9.50\include\pic168xa.h
[v _INDF `Vuc 1 s 1 @0 ]
"20
[v _TMR0 `Vuc 1 s 1 @1 ]
"21
[v _PCL `Vuc 1 s 1
interrupt.c
#include
#include"main.h"
unsigned char k1_count,k2_count;
unsigned int mcount=0;;
bit k1,k2;
unsigned int count,count1;
void init_timer(void)
{
//----TIME0 init-----------------
O
interrupt.c
#include "s3c2410.h"
#include "machine.h"
#include "uart.h"
/* gpio init */
void board_init(void)
{
GPFCON = vGPFCON;
GPFUP = vGPFUP;
GPHCON = vGPHCON;
GPHUP = vGPHUP;
EXTINT0 = vEXTINT0;
EXTIN
interrupt.h
#ifndef INTERRUPT_H_
#define INTERRUPT_H_
void board_init(void);
void init_irq(void);
void int_handle(void);
#endif /* INTERRUPT_H_ */
interrupt.c
#include "s3c2410.h"
#include "machine.h"
#include "uart.h"
/* gpio init */
void board_init(void)
{
GPFCON = vGPFCON;
GPFUP = vGPFUP;
GPHCON = vGPHCON;
GPHUP = vGPHUP;
EXTINT0 = vEXTINT0;
EXTIN