h8.h File Reference

Go to the source code of this file.

Defines

#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 CONST   const

Definition at line 59 of file h8.h.

#define INLINE   inline

Definition at line 60 of file h8.h.

#define PSTR (  )     (p)

Definition at line 62 of file h8.h.

#define PRG_RDB (  )     (*((const char *)(p)))

Definition at line 63 of file h8.h.

#define prog_char   const char

Definition at line 65 of file h8.h.

#define PGM_P   prog_char *

Definition at line 66 of file h8.h.

#define SIGNAL (  )     __attribute__((interrupt_handler)) void x(void)

Definition at line 68 of file h8.h.

#define main   NutAppMain

Definition at line 70 of file h8.h.

#define strlen_P (  )     strlen(x)

Definition at line 72 of file h8.h.

#define strcpy_P ( x,
 )     strcpy(x,y)

Definition at line 73 of file h8.h.

#define strcmp_P ( x,
 )     strcmp(x, y)

Definition at line 74 of file h8.h.

#define memcpy_P ( x,
y,
 )     memcpy(x, y, z)

Definition at line 75 of file h8.h.

#define fputs_P ( x,
 )     fputs(x, y)
#define fprintf_P   fprintf
#define RAMSTART   ((void *)0xffbf20)

Definition at line 89 of file h8.h.


Variable Documentation

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.


© 2000-2010 by contributors - visit http://www.ethernut.de/