51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#0x500
嵌入式中的 *(volatile unsigned int *)0x500 解释
C语言中*(volatileunsignedint*)0x500的解释:如下;(unsignedint*)0x500:将地址0x500强制转化为int型指针*(unsignedint*)0x500=0x10:对地址为0x500赋值为0x10其中volatile关键字有以下用途:(1)用来同步,因为同一个东西可能在不同的...
代码星球
·
2021-01-24
嵌入式
中的
volatile
unsigned
int
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他