XWOS API
4.0
XWOS C/C++ API参考手册
|
设备栈中断钟资源 更多...
#include <standard.h>
成员变量 | |
xwirq_t | irqn |
xwisr_f | isr |
const void * | cfg |
const char * | description |
设备栈中断钟资源
在文件 standard.h 第 68 行定义.
const void* xwds_resource_irq::cfg |
配置
在文件 standard.h 第 71 行定义.
const char* xwds_resource_irq::description |
描述
在文件 standard.h 第 72 行定义.
xwirq_t xwds_resource_irq::irqn |
中断号
在文件 standard.h 第 69 行定义.
xwisr_f xwds_resource_irq::isr |
中断处理函数
在文件 standard.h 第 70 行定义.