WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
osal_adapt.h 文件参考

浏览源代码.

类型定义

typedef void(* print_cb_t) (const char *fmt,...)
 

函数

void test_suite_uart_send (const char *str)
 
void osal_dcache_flush_all (void)
 
void osal_register_print (print_cb_t print)
 

类型定义说明

◆ print_cb_t

typedef void(* print_cb_t) (const char *fmt,...)

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.

Description: osal adapt header

函数说明

◆ osal_dcache_flush_all()

void osal_dcache_flush_all ( void  )

◆ osal_register_print()

void osal_register_print ( print_cb_t  print)

◆ test_suite_uart_send()

void test_suite_uart_send ( const char *  str)
extern