#define HWREG16(x) \
(*((volatile uint16_t*)((uint16_t)x))) 是什么意思?
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.
#define HWREG16(x) \
(*((volatile uint16_t*)((uint16_t)x))) 是什么意思?