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 Documentation
#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 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) |
- Examples:
- httpd/httpserv.c, and uart/uart.c.
Referenced by main(), NutChatExpectString(), NutDumpIpcp(), NutDumpLcp(), NutDumpPap(), NutDumpThreadList(), NutDumpTimerList(), NutFtpProcessSystem(), NutFtpSendMode(), puts_P(), and ShowForm().
#define fprintf_P fprintf |
- Examples:
- httpd/httpserv.c.
Referenced by NutChatExpectString(), NutDumpHeap(), NutDumpSocketList(), NutDumpTcpHeader(), NutDumpThreadList(), NutDumpThreadQueue(), NutDumpTimerList(), NutFtpProcessPassiv(), NutFtpProcessPwd(), NutFtpRespondBad(), NutFtpRespondOk(), NutFtpServerSession(), NutFtpTransferDirectoryOptions(), NutHttpSendError(), NutHttpSendHeaderTop(), NutTraceChat(), and ShowForm().
#define RAMSTART ((void *)0xffbf20) |
Variable Documentation
End of uninitialised data segment. Defined in the linker script.
Begin of the stack segment. Defined in the linker script.