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

Write a UINT8 ucValue to ucAddr.

在文件los_base.h137行定义。