![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
获取堆栈、任务等信息接口 更多...
#include "ci_system_info.h"
#include "FreeRTOS.h"
#include "task.h"
#include <stdlib.h>
#include <stdio.h>
#include "ci_log.h"
函数 | |
void | get_mem_status (void) |
获取HEAP使用信息 更多... | |
void | get_fmem_status (void) |
获取freertos heap使用信息 更多... | |
void | get_task_status (void) |
获取任务状态 更多... | |
获取堆栈、任务等信息接口