core_cm3.h

[复制链接]
 楼主| 小蘭 发表于 2019-11-24 11:22 | 显示全部楼层 |阅读模式
#ifdef __cplusplus
  #define     __I     volatile                /*!< defines 'read only' permissions      */
#else
  #define     __I     volatile const          /*!< defines 'read only' permissions      */
#endif
#define     __O     volatile                  /*!< defines 'write only' permissions     */
#define     __IO    volatile                  /*!< defines 'read / write' permissions   */
请fire详解,几种定义有何不同?#define     __O     volatile 与#define     __IO    volatile  这不是一样的定义吗?
#define     __I     volatile const这是什么类型?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

451

主题

463

帖子

1

粉丝
快速回复 在线客服 返回列表 返回顶部