Revision 1.6 2005/09/07 16:22:11 christianwelzel Added banking support for MMnet02
Revision 1.5 2005/05/16 08:35:32 haraldkipp Added banking support for Arthernet.
Revision 1.4 2004/09/01 14:19:41 haraldkipp Avoiding too many ifdefs
Revision 1.3 2004/08/18 18:51:41 haraldkipp Made banked memory configurable.
Revision 1.2 2003/12/15 19:27:53 haraldkipp Ethernut 2 support added
Revision 1.1 2003/07/21 18:21:34 haraldkipp First check in
Definition in file bankmem.h.
Go to the source code of this file.
Defines | |
#define | NUTBANK_COUNT 0 |
#define | NutSegBufEnable(bank) |
Functions | |
char * | NutSegBufReset (void) |
Reset the segmented buffer. | |
char * | NutSegBufInit (size_t size) |
Initialize the segmented buffer. | |
char * | NutSegBufWriteRequest (size_t *bcp) |
Request segmented buffer space for writing. | |
char * | NutSegBufReadRequest (size_t *bcp) |
Request segmented buffer space for reading. | |
char * | NutSegBufWriteCommit (size_t bc) |
Commit written buffer space. | |
char * | NutSegBufReadCommit (size_t bc) |
Commit read buffer space. | |
void | NutSegBufWriteLast (size_t bc) |
Commit written buffer space and finish write access. | |
void | NutSegBufReadLast (size_t bc) |
Commit written buffer space and finish read access. | |
u_long | NutSegBufAvailable (void) |
Return the available buffer space. | |
u_long | NutSegBufUsed (void) |
Return the used buffer space. |
#define NutSegBufEnable | ( | bank | ) |
Definition at line 93 of file bankmem.h.
Referenced by BankSelect(), NutSegBufReadCommit(), NutSegBufReadLast(), NutSegBufReadRequest(), NutSegBufReset(), NutSegBufWriteCommit(), NutSegBufWriteLast(), and NutSegBufWriteRequest().