WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_systick_ws63.h
浏览该文件的文档.
1
9#ifndef HAL_SYSTICK_WS63_H
10#define HAL_SYSTICK_WS63_H
11
12#include "hal_systick.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18#endif /* __cplusplus */
19
34
39#ifdef __cplusplus
40#if __cplusplus
41}
42#endif /* __cplusplus */
43#endif /* __cplusplus */
44
45#endif
hal_systick_funcs_t * hal_systick_ws63_funcs_get(void)
获取Driver层SYSTICK和HAL层SYSTICK的接口
Driver层SYSTICK和HAL层SYSTICK的接口
Definition hal_systick.h:92