使用rtthread感觉很迷惑,求大神解决,指点

2019-07-20 18:51发布

一个关于rtthread的问题,typedef rt_err_t( ind)(rt_device_t,rt_size_t);这行代码如何理解,还有就是怎么才能用好rtthread
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
5条回答
aozima
2019-07-20 21:45
这代码来自哪里? RT-Thread发布版中好像没搜到这样的代码。
[mw_shl_code=c,true]typedef rt_err_t( ind)(rt_device_t,rt_size_t);[/mw_shl_code]
应该是定义一个函数指针,ind 估计是 indicate 的缩写。
C语言中很常见的回调函数(callback)的写法.

还有就是怎么才能用好rtthread
只能说多读多写代码,然后实际多做项目了。
像上面这个属于基本C语言常识。

一周热门 更多>