CI13LC SDK API手册  2.1.1
本手册用于描述CI13LC SDK各个组件和驱动API
函数 | 变量
ci_log.c 文件参考

sdk log 更多...

#include <stdarg.h>
#include <stdio.h>
#include "ci_log.h"
#include "ci_log_config.h"
#include "ci_system.h"
#include "ci_uart.h"
#include "ci_lowpower.h"
#include "ci_core_eclic.h"
#include <stdbool.h>
#include "romlib_api.h"

函数

_XIF_ void ci_log_init (void)
 
void _putchar (char ch)
 
int _puts (char *str)
 
int _printf (char *format,...)
 

变量

static char printk_string [256] = {0}
 

详细描述

sdk log

版本
0.1
日期
2019-01-09

函数说明

◆ _printf()

int _printf ( char *  format,
  ... 
)

◆ _putchar()

void _putchar ( char  ch)

◆ _puts()

int _puts ( char *  str)

@功能:字符串打印 @参数: 1.str字符串的首地址 @返回值:打印的字符个数

◆ ci_log_init()

_XIF_ void ci_log_init ( void  )

变量说明

◆ printk_string

char printk_string[256] = {0}
static