TNeoKernel  v1.03
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  arch
  example
 tn_arch_example.hExample of architecture-dependent routines
  pic32
 tn_arch_pic32.hPIC32 architecture-dependent routines
 tn_arch.hArchitecture-dependent routines declaration
  core
 tn_common.hDefinitions used through the whole kernel
 tn_dqueue.hA data queue is a FIFO that stores pointer (of type void *) in each cell, called (in uITRON style) a data element
 tn_eventgrp.hEvent group
 tn_fmem.hFixed memory blocks pool
 tn_mutex.hA mutex is an object used to protect shared resource
 tn_oldsymbols.hCompatibility layer for old projects that use old TNKernel names; usage of them in new projects is discouraged
 tn_sem.hA semaphore: an object to provide signaling mechanism
 tn_sys.hKernel system routines: system start, tick processing, time slice managing
 tn_tasks.hVarious task services: create, sleep, wake up, terminate, etc
 tn_timer.hTimer is a kernel object that is used to ask the kernel to call some user-provided function at a particular time in the future, based on the system timer tick
 tn.hThe main kernel header file that should be included by user application; it merely includes subsystem-specific kernel headers
 tn_cfg_default.hTNeoKernel default configuration file, to be copied as tn_cfg.h