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.

TMS320F280025C: 请解说一下这两个宏定义

Part Number: TMS320F280025C


在看F20028C官方例程时,遇到如下两个宏定义,


#define HWREG_BP(x) __byte_peripheral_32((uint32_t *)(x))

#define     HWREGB(x)      __byte((int16_t *)(x),0)

请解说一下这两个宏定义。谢谢