Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.05

...

The value store in p_tcb->TLS_Tbl[id] or NULL if an error occurred.

Required Configuration

OS_CFG_TLS_TBL_SIZE must SIZE must be higher greater than 0 in os_cfg.h. Refer to uCµC-OS-III Configuration Manual.

Callers

Application.

Notes/Warnings

  1. You cannot call OS_TLS_GetValue() for a task until that task gets created.

Example Usage