Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c188 static void osek_reset_counter(OSEK_COUNTER *counter_ptr);
3825 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) in GetCounterValue() argument
3829 if ((counter_ptr != TX_NULL) && (counter_ptr->osek_counter_id == OSEK_COUNTER_ID)) in GetCounterValue()
3831 *tick_ptr = counter_ptr->counter_value; in GetCounterValue()
5016 OSEK_COUNTER *counter_ptr; in SetRelAlarm() local
5077 counter_ptr = osek_alarm->cntr; in SetRelAlarm()
5079 status = GetCounterValue(counter_ptr, &current_value); in SetRelAlarm()
5225 OSEK_COUNTER *counter_ptr; in GetAlarm() local
5254 counter_ptr = osek_alarm->cntr; in GetAlarm()
5256 status = GetCounterValue(counter_ptr, &current_ticks); in GetAlarm()
[all …]
Dos.h910 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType ticks);