Home
last modified time | relevance | path

Searched refs:OSEK_COUNTER_ID (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dos.h422 #define OSEK_COUNTER_ID (0xABCD1234UL) macro
Dtx_osek.c3829 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()