代码拉取完成,页面将自动刷新
/*
* Copyright (c) 2021-2021, THEWON
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-10-11 THEWON add h file; add public reference api
* 2021-10-13 THEWON add -a argument, list all objects
*/
#ifndef __OD_CMDS_H__
#define __OD_CMDS_H__
#ifdef __cplusplus
extern "C" {
#endif
void od_set_group_size(int group_sz);
void od_set_line_size(int line_sz);
void od_mem(unsigned int start_addr, unsigned int end_addr);
int od_thread(char *name);
int od_all_thread(void);
#ifdef RT_USING_SEMAPHORE
int od_sem(char *name);
int od_all_sem(void);
#endif
#ifdef RT_USING_EVENT
int od_event(char *name);
int od_all_event(void);
#endif
#ifdef RT_USING_MUTEX
int od_mutex(char *name);
int od_all_mutex(void);
#endif
#ifdef RT_USING_MAILBOX
int od_mailbox(char *name);
int od_all_mailbox(void);
#endif
#ifdef RT_USING_MESSAGEQUEUE
int od_msgqueue(char *name);
int od_all_msgqueue(void);
#endif
#ifdef RT_USING_MEMHEAP
int od_memheap(char *name);
int od_memheap_item(unsigned int start_addr);
int od_all_memheap(void);
#endif
#ifdef RT_USING_MEMPOOL
int od_mempool(char *name);
int od_all_mempool(void);
#endif
int od_timer(char *name);
int od_all_timer(void);
#ifdef __cplusplus
}
#endif
#endif // __OD_CMDS_H__
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。