Searched refs:osek_counter_id (Results 1 – 2 of 2) sorted by relevance
3830 if ((counter_ptr != TX_NULL) && (counter_ptr->osek_counter_id == OSEK_COUNTER_ID)) in GetCounterValue()3959 cntr_ptr->osek_counter_id = OSEK_COUNTER_ID; in CreateCounter()4039 if ((cntr_ptr == TX_NULL) && (cntr_ptr->osek_counter_id != OSEK_COUNTER_ID)) in IncrCounter()4439 if ((cntr_ptr == TX_NULL) && (cntr_ptr->osek_counter_id != OSEK_COUNTER_ID)) in DefineSystemCounter()4553 …if ((cntr_ptr == TX_NULL) || (cntr_ptr->osek_counter_id != OSEK_COUNTER_ID)|| (cntr_ptr->cntr_in_u… in CreateAlarm()6438 counter_ptr->osek_counter_id = 0u; in osek_reset_counter()
739 ULONG osek_counter_id; member