在TI例程中看到的:
uint16fptr 这个是什么类型的数据?
typedef Uint16 (* uint16fptr)(); 表示 (* uint16fptr)() 仅仅为 16位的无符号的整型吗?
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.
在TI例程中看到的:
uint16fptr 这个是什么类型的数据?
typedef Uint16 (* uint16fptr)(); 表示 (* uint16fptr)() 仅仅为 16位的无符号的整型吗?