4234|4

2

帖子

0

TA的资源

一粒金砂(中级)

楼主
 

关于TI例程中的一句话,我不明白,希望有人帮我 [复制链接]

首先定义一个结构体
typedef struct {  _iq  Alpha;                  // Output: stationary d-axis stator variable
                                  _iq  Beta;                // Output: stationary q-axis stator variable
                                  _iq  Angle;                // Input: rotating angle (pu)
                                  _iq  Ds;                        // Input: rotating d-axis stator variable
                                  _iq  Qs;                        // Input: rotating q-axis stator variable
                                    void  (*calc)();        // Pointer to calculation function
                                 } IPARK;
结构体中的函数那句话应该是定义了一个结构体指针,到这我还能明白
但是后面的赋值我就糊涂了
#define IPARK_DEFAULTS {  0, \
                          0, \
                          0, \
                          0, \
                          0, \
                          (void (*)(Uint32))ipark_calc }
(void (*)(Uint32))ipark_calc 是什么意思呢?(void (*)(Uint32))是定义一个指针变量的意思么?

最新回复

// Pointer to calculation function 计算函数的指针 (void (*)(Uint32))ipark_calc 函数ipark_calc的地址强制转化并赐值  详情 回复 发表于 2011-5-2 22:22
 
点赞 关注

回复
举报

344

帖子

0

TA的资源

纯净的硅(初级)

沙发
 
ipark_calc 的定义是啥 没看错的话是函数指针
 
个人签名我们是不为一切驻留的亡魂
 

回复

35

帖子

0

TA的资源

一粒金砂(中级)

板凳
 
Yes, it is a function pointer.

ipark_calc() pointer is explained as:
void* ipark_calc_example(Uint32 num)
{
  // function body.
}
 
 
 

回复

2498

帖子

0

TA的资源

至上芯片

4
 

指向函数的指针~ 

 
个人签名我的邮箱gaoxiaoan123@163.com!回帖是一种美德!互相帮助,共同进步!
口头禅:生活在于创造机会,把握机会!
 
 

回复

2130

帖子

0

TA的资源

五彩晶圆(中级)

5
 
// Pointer to calculation function
计算函数的指针
(void (*)(Uint32))ipark_calc
函数ipark_calc的地址强制转化并赐值
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表