#define GET_UINT8 ( ucAddr   )     (*((volatile UINT8 *)(ucAddr)))

Get a UINT8 value from ucAddr.

在文件los_base.h116行定义。