#define READ_UINT8 ( ucValue,
ucAddr   )     ((ucValue) = *((volatile UINT8 *)(ucAddr)))

Read a UINT8 value from ucAddr and stroed in ucValue.

在文件los_base.h94行定义。