Searched refs:CounterType (Results 1 – 4 of 4) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/ |
| D | os.h | 107 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,
|
| D | demo_osek.c | 24 CounterType SystemTimer;
|
| D | threadx_osek_readme.txt | 256 CounterType CreateCounter(CHAR *name, 265 StatusType DefineSystemCounter(CounterType cntr); 271 CounterType cntr,
|
| D | tx_osek.c | 99 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 …]
|