XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwds_soc结构体 参考

SOC设备 更多...

#include <chip.h>

xwds_soc 的协作图:

成员变量

struct xwds_device dev
 
const void * xwccfg
 
struct { 
 
   void *   cfg 
 
   atomic_xwsq_t *   pins 
 
   xwsz_t   port_num 
 
   xwsz_t   pin_num 
 
gpio 
 
struct { 
 
   xwds_eirq_f *   isrs 
 
   xwds_eirq_arg_t *   isrargs 
 
   xwsz_t   num 
 
eirq 
 

详细描述

SOC设备

在文件 chip.h161 行定义.

结构体成员变量说明

◆ cfg

void* xwds_soc::cfg

GPIO配置

在文件 chip.h168 行定义.

◆ dev

struct xwds_device xwds_soc::dev

继承struct xwds_device

在文件 chip.h162 行定义.

◆ [struct]

struct { ... } xwds_soc::eirq

外部中断的描述

◆ [struct]

struct { ... } xwds_soc::gpio

GPIO描述

◆ isrargs

xwds_eirq_arg_t* xwds_soc::isrargs

外部中断的参数表

在文件 chip.h187 行定义.

◆ isrs

xwds_eirq_f* xwds_soc::isrs

外部中断的ISR表

在文件 chip.h186 行定义.

◆ num

xwsz_t xwds_soc::num

外部中断的数量

在文件 chip.h188 行定义.

◆ pin_num

xwsz_t xwds_soc::pin_num

每个GPIO端口中的PIN数量

在文件 chip.h171 行定义.

◆ pins

atomic_xwsq_t* xwds_soc::pins

GPIO PIN状态图数组

在文件 chip.h169 行定义.

◆ port_num

xwsz_t xwds_soc::port_num

GPIO端口数量

在文件 chip.h170 行定义.

◆ xwccfg

const void* xwds_soc::xwccfg

SOC芯片私有配置

在文件 chip.h165 行定义.


该结构体的文档由以下文件生成: