WRITE_UINT32
Basic definitions
#define
WRITE_UINT32
(
uwValue,
uwAddr
)
(*((volatile
UINT32
*)(uwAddr)) = (uwValue))
Write a UINT32 uwValue to uwAddr.
在文件
los_base.h
第
147
行定义。