共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 跳转至页


我要赚赏金
