Nut/OS  5.0.5
API Reference
h8.h File Reference
#include <dev/mweeprom.h>
Include dependency graph for h8.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 Documentation

#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,
 
)    strcpy(x,y)
#define strcmp_P (   x,
 
)    strcmp(x, y)
#define memcpy_P (   x,
  y,
 
)    memcpy(x, y, z)
#define RAMSTART   ((void *)0xffbf20)

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.