Home
last modified time | relevance | path

Searched refs:TickType (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dos.h112 typedef ULONG TickType; typedef
541 TickType increment;
542 TickType cycle;
548 TickType start;
549 TickType cycle;
711 TickType maxallowedvalue;
714 TickType ticksperbase;
717 TickType mincycle;
726 TickType sub_count;
729 TickType counter_value;
[all …]
Dthreadx_osek_readme.txt257 TickType max_allowed_value,
258 TickType ticks_per_base,
259 TickType min_cycle,
260 TickType start_value);
276 UINT Startup, TickType Alarmtime,
277 TickType Cycle);
Dtx_osek.c3882 CounterType CreateCounter(const CHAR *name, TickType max_allowed_value, TickType ticks_per_base, in CreateCounter()
3883 TickType min_cycle, TickType start_value) in CreateCounter()
4529 void (*callback)(), UINT Startup, TickType Alarmtime, TickType Cycle ) in CreateAlarm()
4537 TickType current_value; in CreateAlarm()
4889 StatusType SetAbsAlarm(AlarmType AlarmID, TickType start, TickType cycle) in SetAbsAlarm()
5012 StatusType SetRelAlarm(AlarmType AlarmID, TickType increment, TickType cycle) in SetRelAlarm()
5017 TickType current_value; in SetRelAlarm()
5226 TickType current_ticks; in GetAlarm()