代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.tcl
if {$argc != 2} {
puts "Needs 2 arguments"
exit
}
set usbblaster_name [lindex $argv 0]
set device_num [lindex $argv 1]
set test_device [lindex [get_device_names -hardware_name $usbblaster_
interrupt.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_unsigned.all;
Entity interrupt is
Port(
LINT,READY,LCLK,RST : IN STD_LOGIC;
CCS,ADS,BLAST,WR : OUT STD_LOGIC;
interrupt.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
interrupt.h
/* Copyright (c) 2002,2005 Marek Michalkiewicz
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following
interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
interrupt.c
/***********************************************************
* Company : 3ALOGICS *
* Writer : Suk-Byoung Chea *
* Version : 0.1
interrupt.lst
C51 COMPILER V7.20 INTERRUPT 11/02/2005 12:55:38 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.c
#include
#include
#include
#include "eintdrv.h"
static int fd = -1;
/*
* interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/ar