21#ifndef __xwcd_ds_spi_peripheral_h__
22#define __xwcd_ds_spi_peripheral_h__
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:减少对象的引用计数