DSPRelated.com
Forums

Using SDK Header files

Started by TA1T June 30, 2003

When using the SDK, you basically just call functions which have been
declared in the header files.

What i would like to know is how you know what the function
declarations do and is it possible to look at the function bodies to
these declarations.

For example i require the use of the function periphMemRead which is
declared in the periph.h header file. How do i find more information
about this function (or others) ?



Hello,
The periphMemRead function reads a 16-bit word from the memory
region dedicated to on-chip peripherals.

Information about this function or others that you might use can be
located in the documentation of the SDK. The documentation can be
accessed at Start --> Programs --> Motorola --> Embedded SDK -->
Help and Documentation

Regards,
Irene
--- In , "TA1T" <cj_tait@h...> wrote:
>
> When using the SDK, you basically just call functions which have
been
> declared in the header files.
>
> What i would like to know is how you know what the function
> declarations do and is it possible to look at the function bodies
to
> these declarations.
>
> For example i require the use of the function periphMemRead which
is
> declared in the periph.h header file. How do i find more
information
> about this function (or others) ?