Searched refs:tick_ptr (Results 1 – 2 of 2) sorted by relevance
922 StatusType GetAlarm(AlarmType AlarmID, TickRefType tick_ptr);
3825 StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) in GetCounterValue() argument3831 *tick_ptr = counter_ptr->counter_value; in GetCounterValue()5221 StatusType GetAlarm(AlarmType AlarmID, TickRefType tick_ptr) in GetAlarm() argument5269 *tick_ptr = (osek_alarm->max_allowed_value - current_ticks + osek_alarm->expiration_count); in GetAlarm()5274 *tick_ptr = (osek_alarm->max_allowed_value - current_ticks); in GetAlarm()