代码搜索:Int
找到约 10,000 项符合「Int」的源代码
代码结果 10,000
www.eeworm.com/read/436067/7777588
int0
www.eeworm.com/read/434785/7801701
s int.s
.global setup_idt,fatal_interruption_routine
.global disable_interruption,restore_interruption
disable_interruption:
pushfl
popl %eax
cli
ret
restore_interruption:
movl 0x04(%esp),%eax
www.eeworm.com/read/399787/7836643
s int.s
;/*************************************************************************/
;/* */
;/* Copyright (c) 2000 - 2004 Wat
www.eeworm.com/read/399787/7836696
s int.s
;/*************************************************************************/
;/* */
;/* Copyright (c) 2000 - 2004 Wat
www.eeworm.com/read/198820/7908551
o int.o
www.eeworm.com/read/198820/7908683
o int.o
www.eeworm.com/read/198820/7908955
c int.c
//====================================================================
// File Name : 2440int.c
// Function : S3C2440 FIQ, Priority Interrupt Test
// Program : Shin, On Pil (SOP)
// Date :
www.eeworm.com/read/198820/7909057
h int.h
//====================================================================
// File Name : 2440int.h
// Function : S3C2440 Interrupt Test Head File
// Program : Shin, On Pil (SOP)
// Date : Mar
www.eeworm.com/read/398770/7923001
txt int.txt
(只在一定的时候内一直扫描不就得了.比如在1S里面有几次按按键.每一次做个标记.应该可以.到主程序一判断就知道了)
另一方法:
以下代码为按键服务程序
将KeyServer放在10ms的中断中,因为用10ms作为消抖时间,也可以是别的时间
void KeyServer()
{
if(KeyUp) //确认按键抬起
{
www.eeworm.com/read/198366/7938810
c int.c
#include
#include
#include
#include "macro.h"
#include "varmain.h"
#include "varint.h"
void P_InterruptInt0(void) interrupt 0 //调用D12中断服务子程序
{
unsigned