HPM APP
HPMicro Application solution
cc.h File Reference
#include <stdio.h>

Go to the source code of this file.

Macros

#define U16_F   "hu"
 
#define S16_F   "d"
 
#define X16_F   "hx"
 
#define U32_F   "u"
 
#define S32_F   "d"
 
#define X32_F   "x"
 
#define SZT_F   "uz"
 
#define LWIP_PLATFORM_ASSERT(x)   printf(x)
 
#define LWIP_MEM_SECTION   ".fast_ram"
 

Macro Definition Documentation

◆ LWIP_MEM_SECTION

#define LWIP_MEM_SECTION   ".fast_ram"

◆ LWIP_PLATFORM_ASSERT

#define LWIP_PLATFORM_ASSERT (   x)    printf(x)

◆ S16_F

#define S16_F   "d"

◆ S32_F

#define S32_F   "d"

◆ SZT_F

#define SZT_F   "uz"

◆ U16_F

#define U16_F   "hu"

◆ U32_F

#define U32_F   "u"

◆ X16_F

#define X16_F   "hx"

◆ X32_F

#define X32_F   "x"