野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 13964|回复: 1

core_cm3.h

[复制链接]
发表于 2015-7-7 01:58:13 | 显示全部楼层 |阅读模式
#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这是什么类型?
回复

使用道具 举报

发表于 2015-7-7 08:12:49 | 显示全部楼层
1、#define     __O     volatile 与#define     __IO    volatile   这两个是一样的效果
2、__I     volatile const  表示只读的常量
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-12-29 03:08 , Processed in 0.038618 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表