#include <dev/mweeprom.h>
Go to the source code of this file.
Defines | |
#define | __BIG_ENDIAN__ |
#define | CONST const |
#define | INLINE inline |
#define | PSTR(p) (p) |
#define | PRG_RDB(p) (*((const char *)(p))) |
#define | prog_char const char |
#define | PGM_P prog_char * |
#define | SIGNAL(x) __attribute__((interrupt_handler)) void x(void) |
#define | main NutAppMain |
#define | strlen_P(x) strlen(x) |
#define | strcpy_P(x, y) strcpy(x,y) |
#define | strcmp_P(x, y) strcmp(x, y) |
#define | memcpy_P(x, y, z) memcpy(x, y, z) |
#define | fputs_P(x, y) fputs(x, y) |
#define | fprintf_P fprintf |
#define | RAMSTART ((void *)0xffbf20) |
Variables | |
void * | __bss_end |
End of uninitialised data segment. Defined in the linker script. | |
void * | __stack |
Begin of the stack segment. Defined in the linker script. |
#define SIGNAL | ( | x | ) | __attribute__((interrupt_handler)) void x(void) |
#define fputs_P | ( | x, | |
y | |||
) | fputs(x, y) |
Definition at line 76 of file h8.h.
Referenced by main(), NutChatExpectString(), NutDumpIpcp(), NutDumpLcp(), NutDumpPap(), NutDumpThreadList(), NutDumpTimerList(), NutFtpProcessSystem(), NutFtpSendMode(), puts_P(), and ShowForm().
#define fprintf_P fprintf |
Definition at line 77 of file h8.h.
Referenced by NutChatExpectString(), NutDumpHeap(), NutDumpSocketList(), NutDumpTcpHeader(), NutDumpThreadList(), NutDumpThreadQueue(), NutDumpTimerList(), NutFtpProcessPassiv(), NutFtpProcessPwd(), NutFtpRespondBad(), NutFtpRespondOk(), NutFtpServerSession(), NutFtpTransferDirectoryOptions(), NutHttpSendError(), NutHttpSendHeaderTop(), NutTraceChat(), and ShowForm().
void* __bss_end |
End of uninitialised data segment. Defined in the linker script.
void* __stack |
Begin of the stack segment. Defined in the linker script.