XFusion API
v1.3.0
载入中...
搜索中...
未找到
xf_main.c
浏览该文件的文档.
1
12
/* ==================== [Includes] ========================================== */
13
14
#include "xf_utils.h"
15
#include "xf_osal.h"
16
#include "
xf_vfs.h
"
17
#include "xf_vfs_littlefs.h"
18
#include "
test_xf_vfs_littlefs.h
"
19
20
/* ==================== [Defines] =========================================== */
21
22
#define TAG "xf_main"
23
24
/* ==================== [Typedefs] ========================================== */
25
26
/* ==================== [Static Prototypes] ================================= */
27
28
/* ==================== [Static Variables] ================================== */
29
30
/* ==================== [Macros] ============================================ */
31
32
/* ==================== [Global Functions] ================================== */
33
34
void
xf_main
(
void
)
35
{
36
test_base
();
37
test_benchmark
();
38
}
39
40
/* ==================== [Static Functions] ================================== */
xf_main
void xf_main(void)
Definition
xf_main.c:28
test_base
void test_base(void)
Definition
test_base.c:53
test_benchmark
void test_benchmark(void)
Definition
test_benchmark.c:62
test_xf_vfs_littlefs.h
xf_vfs.h
examples
storage
vfs
vfs_littlefs
main
xf_main.c
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8