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

玄武设备栈:SPI:外设 更多...

#include <xwcd/ds/standard.h>
#include <xwos/lib/xwbop.h>
#include <xwcd/ds/device.h>
#include <xwcd/ds/spi/master.h>
peripheral.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  xwds_spip_driver
 BSP中需要提供的SPI外设控制器驱动函数表 更多...
 
struct  xwds_spip
 SPI外设控制器 更多...
 

函数

void xwds_spip_construct (struct xwds_spip *spip)
 XWDS API:SPI外设控制器对象的构造函数
 
void xwds_spip_destruct (struct xwds_spip *spip)
 XWDS API:SPI外设控制器对象的析构函数
 
xwer_t xwds_spip_grab (struct xwds_spip *spip)
 XWDS API:增加对象的引用计数
 
xwer_t xwds_spip_put (struct xwds_spip *spip)
 XWDS API:减少对象的引用计数
 

详细描述

玄武设备栈:SPI:外设

作者

在文件 peripheral.h 中定义.