![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
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
| int _printf | ( | char * | format, |
| ... | |||
| ) |
| void _putchar | ( | char | ch | ) |
| int _puts | ( | char * | str | ) |
@功能:字符串打印 @参数: 1.str字符串的首地址 @返回值:打印的字符个数
| void ci_log_init | ( | void | ) |
|
static |
1.8.14