Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dos.h113 typedef ULONG TickType; typedef
542 TickType increment;
543 TickType cycle;
549 TickType start;
550 TickType cycle;
712 TickType maxallowedvalue;
715 TickType ticksperbase;
718 TickType mincycle;
727 TickType sub_count;
730 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.c3883 CounterType CreateCounter(const CHAR *name, TickType max_allowed_value, TickType ticks_per_base, in CreateCounter()
3884 TickType min_cycle, TickType start_value) in CreateCounter()
4530 void (*callback)(), UINT Startup, TickType Alarmtime, TickType Cycle ) in CreateAlarm()
4538 TickType current_value; in CreateAlarm()
4890 StatusType SetAbsAlarm(AlarmType AlarmID, TickType start, TickType cycle) in SetAbsAlarm()
5013 StatusType SetRelAlarm(AlarmType AlarmID, TickType increment, TickType cycle) in SetRelAlarm()
5018 TickType current_value; in SetRelAlarm()
5227 TickType current_ticks; in GetAlarm()