|
XWOS API
4.0
XWOS C/C++ API参考手册
|
XWLUA库:设备栈:UART控制器 更多...
#include <xwos/standard.h>#include <xwcd/ds/uart/controller.h>#include "xwmd/vm/lua/src/lauxlib.h"
结构体 | |
| struct | xwlua_uart |
| XWLUA UART控制器对象 更多... | |
函数 | |
| void | xwlua_uart_register (lua_State *L, const char *name, struct xwds_uartc *uartc) |
| 注册UART控制器对象 | |
| void | xwlua_uart_unregister (lua_State *L, const char *name) |
| 删除UART控制器对象 | |
XWLUA库:设备栈:UART控制器
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
在文件 uart.h 中定义.