#define WRITE_UINT32 ( uwValue,
uwAddr   )     (*((volatile UINT32 *)(uwAddr)) = (uwValue))

Write a UINT32 uwValue to uwAddr.

在文件los_base.h147行定义。