UCOS_TI_LM3S_Keil
|
宏定义 | |
#define | APP_TASK_START_PRIO 3 |
#define | APP_TASK_USER_IF_PRIO 4 |
#define | APP_TASK_KBD_PRIO 5 |
#define | APP_TASK_START_STK_SIZE 256 |
#define | APP_TASK_USER_IF_STK_SIZE 256 |
#define | APP_TASK_KBD_STK_SIZE 256 |
#define | LIB_STR_CFG_FP_EN DEF_DISABLED |
#define | LIB_MEM_CFG_ARG_CHK_EXT_EN DEF_ENABLED |
#define | LIB_MEM_CFG_OPTIMIZE_ASM_EN DEF_ENABLED |
#define | LIB_MEM_CFG_ALLOC_EN DEF_ENABLED |
#define | LIB_MEM_CFG_HEAP_SIZE 800u |
#define | TRACE_LEVEL_OFF 0 |
#define | TRACE_LEVEL_INFO 1 |
#define | TRACE_LEVEL_DBG 2 |
#define | APP_TRACE_LEVEL TRACE_LEVEL_OFF |
#define | APP_TRACE BSP_Print |
#define | APP_TRACE_INFO(x) ((APP_TRACE_LEVEL >= TRACE_LEVEL_INFO) ? (void)(APP_TRACE x) : (void)0) |
#define | APP_TRACE_DBG(x) ((APP_TRACE_LEVEL >= TRACE_LEVEL_DBG) ? (void)(APP_TRACE x) : (void)0) |
函数 | |
int | BSP_Print (const char *fmt,...) |
#define APP_TASK_USER_IF_PRIO 4 |
参考自 App_TaskCreate().
#define APP_TASK_KBD_PRIO 5 |
参考自 App_TaskCreate().
#define APP_TASK_USER_IF_STK_SIZE 256 |
参考自 App_TaskCreate().
#define APP_TASK_KBD_STK_SIZE 256 |
参考自 App_TaskCreate().
#define LIB_STR_CFG_FP_EN DEF_DISABLED |
#define LIB_MEM_CFG_ARG_CHK_EXT_EN DEF_ENABLED |
#define LIB_MEM_CFG_OPTIMIZE_ASM_EN DEF_ENABLED |
#define LIB_MEM_CFG_ALLOC_EN DEF_ENABLED |
#define LIB_MEM_CFG_HEAP_SIZE 800u |
参考自 Mem_Init().
#define APP_TRACE_LEVEL TRACE_LEVEL_OFF |
#define APP_TRACE_INFO | ( | x) | ((APP_TRACE_LEVEL >= TRACE_LEVEL_INFO) ? (void)(APP_TRACE x) : (void)0) |
#define APP_TRACE_DBG | ( | x) | ((APP_TRACE_LEVEL >= TRACE_LEVEL_DBG) ? (void)(APP_TRACE x) : (void)0) |
int BSP_Print | ( | const char * | fmt, |
... | |||
) |