shaswat
Advanced Member level 4
- Joined
- Jul 2, 2013
- Messages
- 115
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 18
- Activity points
- 963
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.