Searched refs:counter_ptr (Results 1 – 2 of 2) sorted by relevance
189 static void osek_reset_counter(OSEK_COUNTER *counter_ptr);3826 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) in GetCounterValue() argument3830 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() local5078 counter_ptr = osek_alarm->cntr; in SetRelAlarm()5080 status = GetCounterValue(counter_ptr, ¤t_value); in SetRelAlarm()5226 OSEK_COUNTER *counter_ptr; in GetAlarm() local5255 counter_ptr = osek_alarm->cntr; in GetAlarm()5257 status = GetCounterValue(counter_ptr, ¤t_ticks); in GetAlarm()[all …]
911 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType ticks);