This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ZigBee定时器为什么使用共用体结构?

typedef union {
uint32 time32;
uint16 time16[2];
uint8 time8[4];
} osalTime_t;

为什么ZigBee协议中使用OSAL定时器的共用体?