Versions Compared

Key

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

...

void OSInitHook (void);

...

...

File

...

Called from

...

Code enabled by

...

os_cpu_c.c

...

...

OSInit()

...

Always enabled

Anchor10005941000594OSInitHook() is a function that is called by µC/OS-III’s initialization code, OSInit(). OSInitHook() is typically implemented by the port implementer for the processor used. This hook allows the port to be extended to do such tasks as setup exception stacks, floating-point registers, and more. OSInitHook() is called at the beginning of OSInit(), before any µC/OS-III task and data structure have been initialized. Anchor10005951000595

Arguments

Anchor10005961000596None Anchor10005971000597

Returned Values

Anchor10005981000598None Anchor10005991000599

Notes/Warnings

Anchor10006001000600Noneanchor10006141000614

Example

...

rowspan4

...