Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c81 static OSEK_COUNTER osek_counter_pool[OSEK_MAX_COUNTERS];
189 static void osek_reset_counter(OSEK_COUNTER *counter_ptr);
3826 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) in GetCounterValue()
3888 OSEK_COUNTER *cntr_ptr; in CreateCounter()
3912 cntr_ptr = (OSEK_COUNTER *)cntr_id; in CreateCounter()
4023 OSEK_COUNTER *cntr_ptr; in IncrCounter()
4036 cntr_ptr = (OSEK_COUNTER *)cntr; in IncrCounter()
4419 OSEK_COUNTER *cntr_ptr; in DefineSystemCounter()
4420 OSEK_COUNTER *this_counter; in DefineSystemCounter()
4436 cntr_ptr = (OSEK_COUNTER *)cntr; in DefineSystemCounter()
[all …]
Dos.h742 }OSEK_COUNTER; typedef
789 OSEK_COUNTER *cntr;
911 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType ticks);