Home
last modified time | relevance | path

Searched refs:OSEK_COUNTER (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c80 static OSEK_COUNTER osek_counter_pool[OSEK_MAX_COUNTERS];
188 static void osek_reset_counter(OSEK_COUNTER *counter_ptr);
3825 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) in GetCounterValue()
3887 OSEK_COUNTER *cntr_ptr; in CreateCounter()
3911 cntr_ptr = (OSEK_COUNTER *)cntr_id; in CreateCounter()
4022 OSEK_COUNTER *cntr_ptr; in IncrCounter()
4035 cntr_ptr = (OSEK_COUNTER *)cntr; in IncrCounter()
4418 OSEK_COUNTER *cntr_ptr; in DefineSystemCounter()
4419 OSEK_COUNTER *this_counter; in DefineSystemCounter()
4435 cntr_ptr = (OSEK_COUNTER *)cntr; in DefineSystemCounter()
[all …]
Dos.h741 }OSEK_COUNTER; typedef
788 OSEK_COUNTER *cntr;
910 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType ticks);