READ_UINT8
Basic definitions
#define
READ_UINT8
(
ucValue,
ucAddr
)
((ucValue) = *((volatile
UINT8
*)(ucAddr)))
Read a UINT8 value from ucAddr and stroed in ucValue.
在文件
los_base.h
第
94
行定义。