Electronic Components Datasheet Search
  New Zealand  ▼
ALLDATASHEET.CO.NZ

X  

AN3350 Datasheet(PDF) 124 Page - STMicroelectronics

Part # AN3350
Description  eTPU compiler tools
PDF  185 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

AN3350 Datasheet(HTML) 124 Page - STMicroelectronics

Back Button AN3350 Datasheet HTML 120Page - STMicroelectronics AN3350 Datasheet HTML 121Page - STMicroelectronics AN3350 Datasheet HTML 122Page - STMicroelectronics AN3350 Datasheet HTML 123Page - STMicroelectronics AN3350 Datasheet HTML 124Page - STMicroelectronics AN3350 Datasheet HTML 125Page - STMicroelectronics AN3350 Datasheet HTML 126Page - STMicroelectronics AN3350 Datasheet HTML 127Page - STMicroelectronics AN3350 Datasheet HTML 128Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 124 / 185 page
background image
Using pragmas
AN3350
124/185
Doc ID 018512 Rev 2
16
Using pragmas
The #pragma preprocessor directive specifies option settings to the compiler to control the
compiler and linker’s code generation.
●
Checking pragma settings
●
Saving and restoring pragma settings
●
Determining which settings are saved and restored
●
Invalid pragmas
16.1
Checking pragma settings
The preprocessor function __option() returns the state of pragma settings at compile-
time. The syntax is
__option(setting-name)
where setting-name is the name of a pragma that accepts the on, off, and reset
arguments.
If setting-name is on, __option(setting-name) returns 1. If setting-name is off,
__option(setting-name)
returns 0. If setting-name is not the name of a pragma,
__option(setting-name)
returns false. If setting-name is the name of a pragma that
does not accept the on, off, and reset arguments, the compiler issues a warning
message.
Example 74 shows an example.
Example 74 Using the __option() preprocessor function
#if __option(ANSI_strict)
#include "portable.h" /* Use the portable declarations. */
#else
#include "custom.h" /* Use the specialized declarations. */
#endif
16.2
Saving and restoring pragma settings
There are some occasions when you would like to apply pragma settings to a piece of
source code independently from the settings in the rest of the source file. For example, a
function might require unique optimization settings that should not be used in the rest of the
function’s source file.
Remembering which pragmas to save and restore is tedious and error-prone. Fortunately,
the compiler has mechanisms that save and restore pragma settings at compile time.
Pragma settings may be saved and restored at two levels:
●
All pragma settings
●
Some individual pragma settings
Settings may be saved at one point in a compilation unit (a source code file and the files that
it includes), changed, then restored later in the same compilation unit. Pragma settings



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100  ...More


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com