| XWOS API
    4.0
    XWOS C/C++ API参考手册 | 
设备栈资源 更多...
#include <standard.h>

| 成员变量 | |
| const struct xwds_resource_irq * | irqrsc_array | 
| xwsz_t | irqrsc_num | 
| const struct xwds_resource_reg * | regrsc_array | 
| xwsz_t | regrsc_num | 
| const struct xwds_resource_pwr * | pwrrsc_array | 
| xwsz_t | pwrrsc_num | 
| const struct xwds_resource_clk * | clkrsc_array | 
| xwsz_t | clkrsc_num | 
| const struct xwds_resource_gpio * | gpiorsc_array | 
| xwsz_t | gpiorsc_num | 
| const struct xwds_resource_dma * | dmarsc_array | 
| xwsz_t | dmarsc_num | 
| const struct xwds_resource_extgpio * | extgpiorsc_array | 
| xwsz_t | extgpiorsc_num | 
设备栈资源
在文件 standard.h 第 130 行定义.
| const struct xwds_resource_clk* xwds_resources::clkrsc_array | 
时钟资源数组
在文件 standard.h 第 137 行定义.
| xwsz_t xwds_resources::clkrsc_num | 
时钟资源数量
在文件 standard.h 第 138 行定义.
| const struct xwds_resource_dma* xwds_resources::dmarsc_array | 
DMA资源数组
在文件 standard.h 第 141 行定义.
| xwsz_t xwds_resources::dmarsc_num | 
DMA资源数量
在文件 standard.h 第 142 行定义.
| const struct xwds_resource_extgpio* xwds_resources::extgpiorsc_array | 
扩展GPIO资源数组
在文件 standard.h 第 143 行定义.
| xwsz_t xwds_resources::extgpiorsc_num | 
扩展GPIO资源数量
在文件 standard.h 第 144 行定义.
| const struct xwds_resource_gpio* xwds_resources::gpiorsc_array | 
GPIO资源数组
在文件 standard.h 第 139 行定义.
| xwsz_t xwds_resources::gpiorsc_num | 
GPIO资源数量
在文件 standard.h 第 140 行定义.
| const struct xwds_resource_irq* xwds_resources::irqrsc_array | 
IRQ资源数组
在文件 standard.h 第 131 行定义.
| xwsz_t xwds_resources::irqrsc_num | 
IRQ资源数量
在文件 standard.h 第 132 行定义.
| const struct xwds_resource_pwr* xwds_resources::pwrrsc_array | 
电源资源数组
在文件 standard.h 第 135 行定义.
| xwsz_t xwds_resources::pwrrsc_num | 
电源资源数量
在文件 standard.h 第 136 行定义.
| const struct xwds_resource_reg* xwds_resources::regrsc_array | 
寄存器资源数组
在文件 standard.h 第 133 行定义.
| xwsz_t xwds_resources::regrsc_num | 
寄存器资源数量
在文件 standard.h 第 134 行定义.