TNeo
v1.07
|
C_TN_BuildCfg | Structure with build-time configurations values; it is needed for run-time check which ensures that build-time options for the kernel match ones for the application |
C_TN_TaskProfiler | Internal kernel structure for profiling data of task |
CTN_DQueue | Structure representing data queue object |
CTN_DQueueTaskWait | DQueue-specific fields related to waiting task, to be included in struct TN_Task |
CTN_EGrpLink | A link to event group: used when event group can be connected to some kernel object, such as queue |
CTN_EGrpTaskWait | EventGrp-specific fields related to waiting task, to be included in struct TN_Task |
CTN_EventGrp | Event group |
CTN_FMem | Fixed memory blocks pool |
CTN_FMemTaskWait | FMem-specific fields related to waiting task, to be included in struct TN_Task |
CTN_ListItem | Circular doubly linked list item, for internal kernel usage |
CTN_Mutex | Mutex |
CTN_Sem | Semaphore |
CTN_Task | Task |
CTN_TaskTiming | Timing structure that is managed by profiler and can be read by tn_task_profiler_timing_get() function |
CTN_Timer | Timer |