WRITE_UINT8
Basic definitions
#define
WRITE_UINT8
(
ucValue,
ucAddr
)
(*((volatile
UINT8
*)(ucAddr)) = (ucValue))
Write a UINT8 ucValue to ucAddr.
在文件
los_base.h
第
137
行定义。