WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
debug_print.h 文件参考
#include "core.h"
debug_print.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#define NEWLINE   "\r\n"
 
#define PRINT_BT(fmt, arg...)
 
#define uapi_at_printf(fmt, arg...)
 
#define print_init()
 
#define PRINT(fmt, arg...)   print_str("BT|" fmt, ##arg)
 

函数

void sw_debug_uart_init (uint32_t baud_rate)
 
void sw_debug_uart_deinit (void)
 
void print_str (const char *str,...)
 
void print_exc (const char *str,...)
 

宏定义说明

◆ NEWLINE

#define NEWLINE   "\r\n"

◆ PRINT

#define PRINT (   fmt,
  arg... 
)    print_str("BT|" fmt, ##arg)

◆ PRINT_BT

#define PRINT_BT (   fmt,
  arg... 
)

◆ print_init

#define print_init ( )

◆ uapi_at_printf

#define uapi_at_printf (   fmt,
  arg... 
)

函数说明

◆ print_exc()

void print_exc ( const char *  str,
  ... 
)

◆ print_str()

void print_str ( const char *  str,
  ... 
)

◆ sw_debug_uart_deinit()

void sw_debug_uart_deinit ( void  )

◆ sw_debug_uart_init()

void sw_debug_uart_init ( uint32_t  baud_rate)