LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lib_cfg.h File Reference

Go to the source code of this file.

Macros

#define LIB_MEM_CFG_ARG_CHK_EXT_EN   DEF_DISABLED
 
#define LIB_MEM_CFG_OPTIMIZE_ASM_EN   DEF_DISABLED
 
#define LIB_MEM_CFG_ALLOC_EN   DEF_DISABLED
 
#define LIB_MEM_CFG_HEAP_SIZE   8u * 1024 /* Configure heap memory size [see Note #2a]. */
 
#define LIB_MEM_CFG_HEAP_BASE_ADDR   0x20082000u
 
#define LIB_STR_CFG_FP_EN   DEF_DISABLED
 

Macro Definition Documentation

#define LIB_MEM_CFG_ALLOC_EN   DEF_DISABLED

Definition at line 109 of file lib_cfg.h.

#define LIB_MEM_CFG_ARG_CHK_EXT_EN   DEF_DISABLED

Definition at line 71 of file lib_cfg.h.

#define LIB_MEM_CFG_HEAP_BASE_ADDR   0x20082000u

Definition at line 117 of file lib_cfg.h.

#define LIB_MEM_CFG_HEAP_SIZE   8u * 1024 /* Configure heap memory size [see Note #2a]. */

Definition at line 114 of file lib_cfg.h.

#define LIB_MEM_CFG_OPTIMIZE_ASM_EN   DEF_DISABLED

Definition at line 85 of file lib_cfg.h.

#define LIB_STR_CFG_FP_EN   DEF_DISABLED

Definition at line 139 of file lib_cfg.h.