XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwssc_hwifal_operation结构体 参考

硬件接口抽象层操作函数集 更多...

#include <hwifal.h>

成员变量

xwer_t(* open )(struct xwssc *)
 
xwer_t(* close )(struct xwssc *)
 
xwer_t(* tx )(struct xwssc *, const xwu8_t *, xwsz_t)
 
xwer_t(* rx )(struct xwssc *, xwu8_t *, xwsz_t *)
 
void(* notify )(struct xwssc *, xwsq_t)
 

详细描述

硬件接口抽象层操作函数集

在文件 hwifal.h31 行定义.

结构体成员变量说明

◆ close

xwer_t(* xwssc_hwifal_operation::close) (struct xwssc *)

关闭硬件接口

在文件 hwifal.h35 行定义.

◆ notify

void(* xwssc_hwifal_operation::notify) (struct xwssc *, xwsq_t)

通知事件

在文件 hwifal.h38 行定义.

◆ open

xwer_t(* xwssc_hwifal_operation::open) (struct xwssc *)

打开硬件接口

在文件 hwifal.h33 行定义.

◆ rx

xwer_t(* xwssc_hwifal_operation::rx) (struct xwssc *, xwu8_t *, xwsz_t *)

接收数据

在文件 hwifal.h37 行定义.

◆ tx

xwer_t(* xwssc_hwifal_operation::tx) (struct xwssc *, const xwu8_t *, xwsz_t)

发送数据

在文件 hwifal.h36 行定义.


该结构体的文档由以下文件生成: