MicroC Code Generator : OS Definition Tool : Generated Data Declaration : : Example

Example
If the file: 'type_declare_order.txt' looks like:

uint8

/* Key word: for 16-bit data declaration begin section */

uint16

uint32

The generated glob_dat.c looks like:

 

...

uint8 uint8_data;

< Definition of the: ‘16-bit Declaration Begin Section’ API>

uint16 uint16_data;

uint32 uint32_data;

...