Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

jtag_order.h

Go to the documentation of this file.
00001 /*
00002  * This file is part of Jelie,
00003  * (c) 2002 Julien Pilet <julien.pilet@epfl.ch> and
00004  * Stephane Magnenat <stephane.magnenat@epfl.ch>
00005  *
00006  * Jelie is free software; you can redistribute it
00007  * and/or modify it under the terms of the GNU General Public License as
00008  * published by the Free Software Foundation; either version 2 of the License,
00009  * or (at your option) any later version.
00010  *
00011  * Jelie is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with Foobar; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019  */
00020 
00028 #ifndef __JTAG_ORDER_H
00029 #define __JTAG_ORDER_H
00030 
00031 #define JO_SELF_TEST 0
00032 #define JO_IREG 1
00033 #define JO_DREG 2
00034 #define JO_JTAG_RESET 3
00035 #define JO_CPU_RESET 4
00036 #define JO_TRST 5
00037 #define JO_IDLE 6
00038 #define JO_DREG_WRITE_ONLY 7
00039 
00040 #endif

Generated on Fri May 16 13:01:45 2003 for Jelie by doxygen1.2.15