XFusion API v1.3.0
载入中...
搜索中...
未找到
main.c 文件参考
#include <stdio.h>
#include "xf_log.h"
#include "xf_log_uitls.h"
#include <time.h>
main.c 的引用(Include)关系图:

浏览源代码.

宏定义

#define TAG   "main"
 

函数

uint32_t get_current_time_ms (void)
 
static void uart_write (const char *str, size_t len, void *arg)
 
static void file_write (const char *str, size_t len, void *arg)
 
int main (void)
 

宏定义说明

◆ TAG

#define TAG   "main"

在文件 main.c6 行定义.

函数说明

◆ get_current_time_ms()

uint32_t get_current_time_ms ( void  )

在文件 main.c8 行定义.

◆ uart_write()

static void uart_write ( const char *  str,
size_t  len,
void *  arg 
)
static

在文件 main.c15 行定义.

◆ file_write()

static void file_write ( const char *  str,
size_t  len,
void *  arg 
)
static

在文件 main.c24 行定义.

◆ main()

int main ( void  )

在文件 main.c32 行定义.