微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 嵌入式设计讨论 > MCU和单片机设计讨论 > 下面这段程序是从avrs tudio编译器下面找来的程序,在ICCAVR里面对应的程序是什么啊?,用ICC编译报错

下面这段程序是从avrs tudio编译器下面找来的程序,在ICCAVR里面对应的程序是什么啊?,用ICC编译报错

时间:10-02 整理:3721RD 点击:
下面这段程序是从avrs tudio编译器下面找来的程序,在ICCAVR里面对应的程序是什么啊?,用ICC编译报错

typedef int int8_t __attribute__((__mode__(__QI__)));

typedef unsigned int uint8_t __attribute__((__mode__(__QI__)));

typedef int int16_t __attribute__ ((__mode__ (__HI__)));

typedef unsigned int uint16_t __attribute__ ((__mode__ (__HI__)));

typedef int int32_t __attribute__ ((__mode__ (__SI__)));

typedef unsigned int uint32_t __attribute__ ((__mode__ (__SI__)));

#if !__USING_MINT8

typedef int int64_t __attribute__((__mode__(__DI__)));

typedef unsigned int uint64_t __attribute__((__mode__(__DI__)));

#endif


#endif /* defined(__DOXYGEN__) */



已退回2积分

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top