共4条
1/1 1 跳转至页
请问大侠们都用什么编写程序(不是调试编译)?

2楼
__intrinsic void __no_operation(void);
__intrinsic void __enable_interrupt(void);
__intrinsic void __disable_interrupt(void);
复制代码
这一类的也能实现智能提示么?__intrinsic认识么?

3楼
__no_init volatile union
{
unsigned char IE1; /* Interrupt Enable 1 */
struct
{
unsigned char WDTIE : 1; /* Watchdog Interrupt Enable */
unsigned char OFIE : 1; /* Osc. Fault Interrupt Enable */
unsigned char : 2;
unsigned char NMIIE : 1; /* NMI Interrupt Enable */
unsigned char ACCVIE : 1; /* Flash Access Violation Interrupt Enable */
}IE1_bit;
} @0x0000;
请问这样的怎么处理?
以前我写富士通的单片机,标准的C声明,很好用
共4条
1/1 1 跳转至页
回复
打赏帖 | |
---|---|
【我踩过的那些坑】工作那些年踩过的记忆深刻的坑被打赏10分 | |
【我踩过的那些坑】DRC使用位置错误导致的问题被打赏100分 | |
我踩过的那些坑之混合OTL功放与落地音箱被打赏50分 | |
汽车电子中巡航控制系统的使用被打赏10分 | |
【我踩过的那些坑】工作那些年踩过的记忆深刻的坑被打赏100分 | |
分享汽车电子中巡航控制系统知识被打赏10分 | |
分享安全气囊系统的检修注意事项被打赏10分 | |
分享电子控制安全气囊计算机知识点被打赏10分 | |
【分享开发笔记,赚取电动螺丝刀】【OZONE】使用方法总结被打赏20分 | |
【分享开发笔记,赚取电动螺丝刀】【S32K314】芯片启动流程分析被打赏40分 |