Home
last modified time | relevance | path

Searched refs:CounterType (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dos.h107 typedef ULONG CounterType; typedef
912 CounterType CreateCounter(const CHAR *name, TickType max_allowed_value, TickType ticks_per_base,
914 StatusType IncrCounter(CounterType cntr);
915 StatusType DefineSystemCounter(CounterType cntr);
924 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events,
Ddemo_osek.c24 CounterType SystemTimer;
Dthreadx_osek_readme.txt256 CounterType CreateCounter(CHAR *name,
265 StatusType DefineSystemCounter(CounterType cntr);
271 CounterType cntr,
Dtx_osek.c99 CounterType SYS_TIMER;
203 static CounterType osek_get_counter(void);
3883 CounterType CreateCounter(const CHAR *name, TickType max_allowed_value, TickType ticks_per_base, in CreateCounter()
3887 CounterType cntr_id; in CreateCounter()
3908 return ((CounterType) TX_NULL); in CreateCounter()
3973 return ((CounterType) cntr_ptr); in CreateCounter()
4018 StatusType IncrCounter(CounterType cntr) in IncrCounter()
4416 StatusType DefineSystemCounter (CounterType cntr) in DefineSystemCounter()
4529 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events, TaskType task, in CreateAlarm()
7720 static CounterType osek_get_counter(void) in osek_get_counter()
[all …]