XWOS API
4.0
XWOS C/C++ API参考手册
|
玄武设备栈:LIN:控制器 更多...
函数 | |
static xwer_t | xwds_linc_vop_probe (struct xwds_linc *linc) |
XWDS VOP:探测LIN控制器 | |
static xwer_t | xwds_linc_vop_remove (struct xwds_linc *linc) |
XWDS VOP:移除LIN控制器 | |
static xwer_t | xwds_linc_vop_start (struct xwds_linc *linc) |
XWDS VOP:启动LIN控制器 | |
static xwer_t | xwds_linc_vop_stop (struct xwds_linc *linc) |
XWDS VOP:停止LIN控制器 | |
static xwer_t | xwds_linc_vop_suspend (struct xwds_linc *linc) |
XWDS VOP:暂停LIN控制器 | |
static xwer_t | xwds_linc_vop_resume (struct xwds_linc *linc) |
XWDS VOP:继续LIN控制器 | |
void | xwds_linc_construct (struct xwds_linc *linc) |
XWDS API:LIN控制器的构造函数 | |
void | xwds_linc_destruct (struct xwds_linc *linc) |
XWDS API:LIN控制器对象的析构函数 | |
xwer_t | xwds_linc_grab (struct xwds_linc *linc) |
XWDS API:增加对象的引用计数 | |
xwer_t | xwds_linc_put (struct xwds_linc *linc) |
XWDS API:减少对象的引用计数 | |
xwer_t | xwds_linc_msttx (struct xwds_linc *linc, xwu8_t id, struct xwds_lin_msg *msg, xwtm_t to) |
XWDS API:主机节点发送一条LIN消息 | |
xwer_t | xwds_linc_slvtx (struct xwds_linc *linc, struct xwds_lin_msg *msg, xwtm_t to) |
XWDS API:从机节点发送一条LIN消息 | |
xwer_t | xwds_linc_rx (struct xwds_linc *linc, struct xwds_lin_msg *msgbuf, xwtm_t to) |
XWDS API:接收一条LIN消息 | |
xwer_t | xwds_linc_get_msg_size (struct xwds_linc *linc, xwu8_t protected_id, xwu8_t *ret) |
XWDS API:通过LIN保护ID查询消息大小 | |
变量 | |
const struct xwds_virtual_operation | xwds_linc_vop |
玄武设备栈:LIN:控制器
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
在文件 controller.c 中定义.
XWDS VOP:探测LIN控制器
[in] | linc | LIN控制器对象指针 |
<No error
在文件 controller.c 第 88 行定义.
XWDS VOP:移除LIN控制器
[in] | linc | LIN控制器对象指针 |
<No error
在文件 controller.c 第 116 行定义.
XWDS VOP:继续LIN控制器
[in] | linc | LIN控制器对象指针 |
在文件 controller.c 第 177 行定义.
XWDS VOP:启动LIN控制器
[in] | linc | LIN控制器对象指针 |
在文件 controller.c 第 136 行定义.
XWDS VOP:停止LIN控制器
[in] | linc | LIN控制器对象指针 |
在文件 controller.c 第 149 行定义.
XWDS VOP:暂停LIN控制器
[in] | linc | LIN控制器对象指针 |
在文件 controller.c 第 164 行定义.
const struct xwds_virtual_operation xwds_linc_vop |
在文件 controller.c 第 45 行定义.