代码搜索:CPRI IDT 开发教程
找到约 10,000 项符合「CPRI IDT 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/285810/8816484
h idt.h
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
www.eeworm.com/read/285810/8816537
c idt.c
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
www.eeworm.com/read/169457/9860221
c idt.c
/*
idt.c - code to set up idt
Author: Paul Barker
Part of: COS
Created: 15/04/04
Last Modified: 06/10/04
Copyright (C) 2004 Paul Barker
This program is free softw
www.eeworm.com/read/363372/9953073
idt dynamicthing.idt
{TFACE}
{NAME} : {Sphere01}
{COUNT} : {960}
{1} : {[1,34,35]}
{2} : {[2,35,36]}
{3} : {[3,36,37]}
{4} : {[4,37,38]}
{5} : {[5,38,39]}
{6} : {[6,39,40]}
{7} : {[7,40,41]}
{8} : {[8,41,42]}
www.eeworm.com/read/136632/6956085
asm idt.asm
;******************************* 遥控信号接收子程序集 ****************************
;占用: ACC, R0, R1, R2, R3, TIME0中断
;遥控发送以4个字节为一组, 长按按键时, 4个--4个字节连发, 每组(4字节为一组)之间只有3.5ms的间隙
;第1与2字节为用户码, 固定不变(用于区别其它的遥控器)
;第
www.eeworm.com/read/408911/7216441
ini idt.ini
[colors]
KEYWORD=0,0,255
PARAMETER=255,0,0
[Keywords]
DEFINS=KEYWORD
DEFADSR=KEYWORD
DEFROOT=KEYWORD
DEFDRUM=KEYWORD
MIDDLE_C=KEYWORD
UNOTE=PARAMETER
CENT=PARAMETER
HPITCH=PARAMETER
www.eeworm.com/read/452828/7432502
ini idt.ini
[colors]
KEYWORD=0,0,255
PARAMETER=255,0,0
[Keywords]
DEFINS=KEYWORD
DEFADSR=KEYWORD
DEFROOT=KEYWORD
DEFDRUM=KEYWORD
MIDDLE_C=KEYWORD
UNOTE=PARAMETER
CENT=PARAMETER
HPITCH=PARAMETER
www.eeworm.com/read/452828/7432512
idt transmitter.idt
;==========================================================================
; DEFINE INSTRUMENTS AND DRUMS INSIDE THIS SECTION
;======================================================================
www.eeworm.com/read/245586/12791228
h idt.h
#ifndef __IDT_H_
#define __IDT_H_
#define IDT_ENTRIES 256
#define START_HW_INT 0x20
#define NUM_HW_INT 16
/* idt selector type */
#define IDT_VECTOR_TRAP 0x8f /* 10001111 : present, DPL=0 */
#defin
www.eeworm.com/read/245586/12791443