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

sdk log 更多...

#include <stdarg.h>
#include <stdio.h>
#include "ci_log.h"
#include "ci130x_system.h"
#include "ci130x_uart.h"
#include "ci130x_lowpower.h"
#include "ci130x_core_eclic.h"
#include <stdbool.h>
#include "romlib_runtime.h"

函数

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

变量

static char printk_string [512] = {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()

void ci_log_init ( void  )

变量说明

◆ printk_string

char printk_string[512] = {0}
static