Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Files

os.h/os_cpu_c.c

Prototype

Code Block
void  OSInitHook (void)

Arguments

None

Returned Values

...

Notes/Warnings

None

Example Usage

Code Block
titleOSInitHook() example usage
          void  OSInitHook (void)                                /* See os_cpu_c.c         */
          {
              /* Perform any initialization code necessary by the port */
          }