User`s guide
Pragmas for the DSP56800 and DSP56800E
Pragma Reference
410
Targeting MC56F83xx/DSP5685x Controllers
If you enable this pragma, the compiler generates an error if you use a function that
does not have a prototype. This pragma helps you prevent errors that happen when you
use a function before you define it or refer to it.
This pragma corresponds to the Require Function Prototypes setting in the C/C++
Language panel. To check this setting, use __option
(require_prototypes), described in Checking Settings
. By default, this
pragma is disabled.
reverse_bitfields
Controls whether or not the compiler reverses the bitfield allocation.
Prototype
#pragma reverse_bitfields on | off | reset
Remarks
This pragma reverses the bitfield allocation.
This pragma does not correspond to any panel setting in the C/C++ Language
panel.
To check this setting, use __option (reverse_bitfields), described in
Checking Settings
. By default, this pragma is disabled.
section
This pragma controls the organization of object code.
Prototype
#pragma section <sectname> begin
[...data..]
#pragma section <sectname> end
Remarks
Argument: