Main Page | Modules | Related Pages | Examples

df/module-src/df.h

/*
 * Turbo Programmer Utilities, turbo-prog-utils, www.bladox.com 
 *
 * Copyright (C) 2004 BLADOX, s.r.o.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2, or (at your option) any
 * later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 */

#ifndef _DF_H_
#define _DF_H_

#define APP_DF "df.trb"

#define ACTION_DF_INIT                          0x80
#define ACTION_DF_READ_STATUS                   0x81
#define ACTION_DF_ERASE_PAGE                    0x82
#define ACTION_DF_ERASE_BLOCK                   0x83
#define ACTION_DF_BUFFER_WRITE                  0x84
#define ACTION_DF_BUFFER_TO_MEMORY_PROGRAM_WITH_ERASE 0x85
#define ACTION_DF_BUFFER_READ                   0x86
#define ACTION_DF_MEMORY_TO_BUFFER_READ         0x87

#endif


Copyright © 2004 BLADOX
Turbo Programmer version 2.0