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.

finding definitions in a project.

Other Parts Discussed in Thread: MSP430F2013

CCSV4: trying demo code msp430x20x3_sd16A_01.c.  very hard to find some definitions ... tried searching with IDE tool, scattered include files, ASM and compiler guides, etc.

e.g. in the statement : _BIS_SR(LPM0_bits + GIE);

i believe it means set the status register bits .... GIE was clearly found in msp430x2xx family user guide.pdf.

cannot find definition of LPM0_bits ....  how to find?

tool needs a wizard to locate any constant definition, or library declaration reference.

  • iser flaum said:

    cannot find definition of LPM0_bits ....  how to find?

    Which ever msp430.h header file you are including can be consulted for the definition of LPM0_bits.  For example, the msp430f2013.h file has the definition of LPM0_bits, etc.