Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dos.h106 typedef ULONG CounterType; typedef
911 CounterType CreateCounter(const CHAR *name, TickType max_allowed_value, TickType ticks_per_base,
913 StatusType IncrCounter(CounterType cntr);
914 StatusType DefineSystemCounter(CounterType cntr);
923 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.c98 CounterType SYS_TIMER;
202 static CounterType osek_get_counter(void);
3882 CounterType CreateCounter(const CHAR *name, TickType max_allowed_value, TickType ticks_per_base, in CreateCounter()
3886 CounterType cntr_id; in CreateCounter()
3907 return ((CounterType) TX_NULL); in CreateCounter()
3972 return ((CounterType) cntr_ptr); in CreateCounter()
4017 StatusType IncrCounter(CounterType cntr) in IncrCounter()
4415 StatusType DefineSystemCounter (CounterType cntr) in DefineSystemCounter()
4528 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events, TaskType task, in CreateAlarm()
7719 static CounterType osek_get_counter(void) in osek_get_counter()
[all …]