#define SET_ALIGN_SWTMR_DIVISOR_TIMERS ( num,
value   )     (num = (value & 0x00FFFFFF) | (num & 0xFF000000))

在文件los_swtmr.h232行定义。