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

target_to_host.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 
00027 #ifndef _SAVE_ON_HOST_H_
00028 #define _SAVE_ON_HOST_H_
00029 
00030 #define INVALID_COMMAND 'I'
00031 
00032 #define TARGET_TO_HOST_CMD_MASK 0xFF000000
00033 
00034 #define SAVE_ON_HOST 0x80000000
00035 #define LOAD_FROM_HOST 0x40000000
00036 #define TARGET_READY_FOR_CMD 0x20000000
00037 #define save_R0 0
00038 #define save_R1 1
00039 #define save_R2 2 
00040 #define save_R3 3
00041 #define save_R4 4
00042 #define save_R5 5
00043 #define save_R6 6
00044 #define save_R7 7
00045 #define save_R8 8
00046 #define save_R9 9
00047 #define save_R10 10
00048 #define save_R11 11
00049 #define save_R12 12
00050 #define save_R13 13
00051 #define save_R14 14
00052 
00054 #define save_LR 15
00055 
00057 #define save_SPSR 16
00058 
00059 #define NBR_OF_SAVE_PLACES 17
00060 
00061 #endif 
00062 

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