Searched refs:counter_ptr (Results 1 – 2 of 2) sorted by relevance
188 static void osek_reset_counter(OSEK_COUNTER *counter_ptr);3825 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) in GetCounterValue() argument3829 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() local5077 counter_ptr = osek_alarm->cntr; in SetRelAlarm()5079 status = GetCounterValue(counter_ptr, ¤t_value); in SetRelAlarm()5225 OSEK_COUNTER *counter_ptr; in GetAlarm() local5254 counter_ptr = osek_alarm->cntr; in GetAlarm()5256 status = GetCounterValue(counter_ptr, ¤t_ticks); in GetAlarm()[all …]
910 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType ticks);