|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "core.h"

宏定义 | |
| #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,...) |
| #define NEWLINE "\r\n" |
| #define PRINT | ( | fmt, | |
| arg... | |||
| ) | print_str("BT|" fmt, ##arg) |
| #define PRINT_BT | ( | fmt, | |
| arg... | |||
| ) |
| #define print_init | ( | ) |
| #define uapi_at_printf | ( | fmt, | |
| arg... | |||
| ) |
| void print_exc | ( | const char * | str, |
| ... | |||
| ) |
| void print_str | ( | const char * | str, |
| ... | |||
| ) |
| void sw_debug_uart_deinit | ( | void | ) |
| void sw_debug_uart_init | ( | uint32_t | baud_rate | ) |