Searched refs:osek_counter_id (Results 1 – 2 of 2) sorted by relevance
3829 if ((counter_ptr != TX_NULL) && (counter_ptr->osek_counter_id == OSEK_COUNTER_ID)) in GetCounterValue()3958 cntr_ptr->osek_counter_id = OSEK_COUNTER_ID; in CreateCounter()4038 if ((cntr_ptr == TX_NULL) && (cntr_ptr->osek_counter_id != OSEK_COUNTER_ID)) in IncrCounter()4438 if ((cntr_ptr == TX_NULL) && (cntr_ptr->osek_counter_id != OSEK_COUNTER_ID)) in DefineSystemCounter()4552 …if ((cntr_ptr == TX_NULL) || (cntr_ptr->osek_counter_id != OSEK_COUNTER_ID)|| (cntr_ptr->cntr_in_u… in CreateAlarm()6437 counter_ptr->osek_counter_id = 0u; in osek_reset_counter()
738 ULONG osek_counter_id; member