Simplicity 14E User's Guide Page 22

  • Download
  • Add to my manuals
  • Print
  • Page
    / 29
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 21
AN0821
22 Rev. 0.1
4. Simplicity IDE supports many modern code editing features. For example, the IDE will automatically index
all code within the project to support symbol lookup. The code does not have to build completely for the
indexer to work. However certain features may not be available if for example, the main() routine is not
declared.
Next, use the Open Declaration feature to quickly find symbol declarations:
a. If not already open, open the Interrupts.c document by double clicking Interrupts.c in the Project
Explorer.
b. Right click on ADC0CN0_ADINT to display the context menu.
c. Click Open Declaration to quickly navigate to the definition of ADC0CN0_ADINT.
d. Studio will automatically open SI_C8051F850_Defs.h and highlight the line containing the declaration
of ADC0CN0_ADINT.
4b
4a
4c
4d
Page view 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 28 29

Comments to this Manuals

No comments