完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
入行新手,希望大家不吝赐教1
S12G128 16位 Code Warrior 5.2 代码如下: 编译报错 Error : C2450: Expected: ; = , 希望各位大神给指点,谢谢! .c文件: static unsigned char bspInterruptNesting; static tBspCanRxQCtrl canRxQCtrl[CAN_CHANNELS_MAX]; /**< CAN reception queue */ static tBspCanTxQCtrl canTxQCtrl[CAN_CHANNELS_MAX]; /**< CAN transmission queue */ static unsigned char canTxBusy[CAN_CHANNELS_MAX]; /**< transmit path semaphore */ byte check_TxQ_empty(void) { if(canTxQCtrl[0].entries ==0)return TRUE; else return FALSE; } .h文件 typedef struct t_hw_can_msg { unsigned long id; /**< CAN message identifier */ unsigned char dlc; /**< CAN message data length */ unsigned char data[8]; /**< CAN message data */ } tBspCanMsg; /**< CAN message structure */ typedef struct t_hw_can_rx_q_entry { struct t_hw_can_rx_q_entry *prevPtr; /**< previous entry in the list */ tBspCanMsg msg; /**< CAN message structure */ struct t_hw_can_rx_q_entry *nextPtr; /**< next entry in the list */ } tBspCanRxQEntry; /**< CAN reception queue entry */ typedef struct t_hw_can_rx_q_ctrl { tBspCanRxQEntry *firstPtr; /**< first entry pointer */ tBspCanRxQEntry *freePtr; /**< next free entry pointer */ tBspCanRxQEntry data[BSP_CAN_RX_QUEUE_SIZE+1]; /**< actual queue data */ unsigned short entries; /**< number of full queue entries*/ } tBspCanRxQCtrl; /**< CAN reception queue control */ typedef struct t_hw_can_tx_q_entry { tBspCanMsg msg; /**< CAN message structure */ } tBspCanTxQEntry; /**< CAN transmit queue entry */ typedef struct t_hw_can_tx_q_ctrl { tBspCanTxQEntry data[BSP_CAN_TX_QUEUE_SIZE]; /**< actual queue data */ unsigned short readIdx; /**< FIFO read index */ unsigned short writeIdx; /**< FIFI write index */ unsigned short entries; /**< number of full queue entries*/ } tBspCanTxQCtrl; /**< CAN transmit queue control */ typedef struct t_hw_can_bus_timing { unsigned char tseg1; /**< CAN time segment 1 */ unsigned char tseg2; /**< CAN time segment 2 */ } tBspCanBusTiming; /**< bus timing structure type */ |
|
相关推荐
1个回答
|
|
回帖奖励 +1 分积分
错误行号在哪?
|
|
|
|
只有小组成员才能发言,加入小组>>
1934个成员聚集在这个小组
加入小组我的项目我做主,使用GN+Ninja来完成构建系统(VSCode开发RT106X)
36421 浏览 0 评论
NXP IMX8应用处理器快速入门必备:技巧、使用、设计指南
4928 浏览 1 评论
6109 浏览 1 评论
6819 浏览 0 评论
NXP i.MX6UL开发板(linux系统烧录+规格+硬件+模块移植)使用手册
4249 浏览 0 评论
650浏览 2评论
求助,S32G上Core M启动后如何让Core A在Flash指定位置加载uboot?
645浏览 2评论
ESP32-WROVER-IE + LAN8720以太网,GPIO0电压只有1.6v,无法正常进入spi flash boot模式如何解决?
646浏览 2评论
求分享适用于PN7160 Android的NFC工厂测试应用程序
733浏览 2评论
846浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-25 16:31 , Processed in 0.985003 second(s), Total 81, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号