Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c189 static void osek_reset_counter(OSEK_COUNTER *counter_ptr);
3826 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) in GetCounterValue() argument
3830 if ((counter_ptr != TX_NULL) && (counter_ptr->osek_counter_id == OSEK_COUNTER_ID)) in GetCounterValue()
3832 *tick_ptr = counter_ptr->counter_value; in GetCounterValue()
5017 OSEK_COUNTER *counter_ptr; in SetRelAlarm() local
5078 counter_ptr = osek_alarm->cntr; in SetRelAlarm()
5080 status = GetCounterValue(counter_ptr, &current_value); in SetRelAlarm()
5226 OSEK_COUNTER *counter_ptr; in GetAlarm() local
5255 counter_ptr = osek_alarm->cntr; in GetAlarm()
5257 status = GetCounterValue(counter_ptr, &current_ticks); in GetAlarm()
[all …]
Dos.h911 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType ticks);