shaswat
Advanced Member level 4
Hi all,
Recently I start working on MSP430F6x series micro-controller. I have my reference code and I find out there a keyword
Like
I wants to know what does that means? How and why to use these keywords in the development of code.
Thanks in advance.
Recently I start working on MSP430F6x series micro-controller. I have my reference code and I find out there a keyword
Code:
__data20
Like
Code:
typedef signed long __data20 s32_20;
typedef signed short __data20 s16_20;
typedef signed char __data20 s8_20;
I wants to know what does that means? How and why to use these keywords in the development of code.
Thanks in advance.