Versions Compared

Key

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

...

Files

os.h/bsp_os.c

Prototype

Code Block
OS_TICK  OS_DynTickGet (void)

Arguments

None.

Returned Value

...

  1. To use the Dynamic Tick feature, the OS Board Support Package (BSP) should implement the Dynamic Tick API defined in uC-OS-III PortDynamic Tick BSP.
  2. Do not call OS_DynTickGet() from your application.
  3. OS_DynTickGet() is always called within a critical section.
  4. If your port supports Non-Kernel Aware interrupts, make sure that the dynamic tick interrupt is assigned a kernel-aware priority.