USB-BDI
M:/USB-BDI/USB-BDI/Firmware/MPC555-USB-BDI/include/fx2utils.h
Go to the documentation of this file.
00001 /*      USB-BDI Used for programming and debugging a MPC555 over USB
00002  * 
00003  *  Copyright 2005 NTB Interstate University of Applied Sciences of Technology Buchs
00004  *
00005  *  This program is free software: you can redistribute it and/or modify
00006  *  it under the terms of the GNU General Public License as published by
00007  *  the Free Software Foundation, either version 3 of the License, or
00008  *  (at your option) any later version.
00009  *
00010  *  This program is distributed in the hope that it will be useful,
00011  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  *  GNU General Public License for more details.
00014  */
00015 
00016 
00024 #ifndef _FX2UTILS_H_
00025 #define _FX2UTILS_H_
00026 
00027 void fx2_stall_ep0 (void);
00028 void fx2_reset_data_toggle (unsigned char ep);
00029 void fx2_renumerate (void);
00030 
00031 #endif /* _FX2UTILS_H_ */
 All Files Functions Variables Defines