#define GET_UINT32 ( uwAddr   )     (*((volatile UINT32 *)(uwAddr)))

Get a UINT32 value from uwAddr.

在文件los_base.h126行定义。