XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
chip.h 文件参考

玄武设备栈:IO扩展芯片 更多...

chip.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  xwds_iochip_driver
 BSP中需要提供的IO扩展芯片设备驱动函数表 更多...
 
struct  xwds_iochip
 IO扩展芯片 更多...
 

类型定义

typedef void * xwds_iochip_eirq_arg_t
 外部中断函数参数
 
typedef void(* xwds_iochip_eirq_f) (struct xwds_iochip *, xwid_t, xwds_iochip_eirq_arg_t)
 外部中断函数
 

函数

void xwds_iochip_construct (struct xwds_iochip *iochip)
 XWDS API:IOCHIP对象的构造函数
 
void xwds_iochip_destruct (struct xwds_iochip *iochip)
 XWDS API:IOCHIP对象的析构函数
 
xwer_t xwds_iochip_grab (struct xwds_iochip *iochip)
 XWDS API:增加对象的引用计数
 
xwer_t xwds_iochip_put (struct xwds_iochip *iochip)
 XWDS API:减少对象的引用计数
 

详细描述

玄武设备栈:IO扩展芯片

作者

在文件 chip.h 中定义.