WS63 SDK 文档
7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
osal_adapt.h
浏览该文件的文档.
1
8
#ifndef OSAL_ADAPT_H
9
#define OSAL_ADAPT_H
10
11
#ifdef __cplusplus
12
#if __cplusplus
13
extern
"C"
{
14
#endif
15
#endif
16
17
typedef
void (*
print_cb_t
)(
const
char
*fmt, ...);
18
19
extern
void
test_suite_uart_send
(
const
char
*str);
20
void
osal_dcache_flush_all
(
void
);
21
void
osal_register_print
(
print_cb_t
print);
22
23
#ifdef __cplusplus
24
#if __cplusplus
25
}
26
#endif
27
#endif
28
29
#endif
osal_register_print
void osal_register_print(print_cb_t print)
print_cb_t
void(* print_cb_t)(const char *fmt,...)
Definition
osal_adapt.h:17
test_suite_uart_send
void test_suite_uart_send(const char *str)
osal_dcache_flush_all
void osal_dcache_flush_all(void)
Definition
osal_debug_adapt.c:48
src
kernel
osal
adapt
include
osal_adapt.h
由
William Goodspeed
维护 | E-mail: gongzl@stu.hebust.edu.cn | Wechat: a23333344 | ALSO CHECKOUT
WS63FLASH
!
生成于 2025年 一月 4日 星期六 17:47:12 , 为 WS63 SDK 文档使用
1.9.8