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.
Uint64 i=100;
i <<= 32;
这样使用可以吗
Uint64是你的自定义类型,要看它到底是什么类型的数据,定点是可以做位移的
你的意思是64位无符号整型,在C2000 28335中可以用
前提是要能支持该类型,28335的累加器才32位吧
还是自己试验一下,更直观一些