Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c4028 OSEK_ALARM *this_alarm; in IncrCounter() local
4100 this_alarm = (OSEK_ALARM *)alarmid; in IncrCounter()
4103 if((this_alarm == TX_NULL) || (this_alarm->osek_alarm_id != OSEK_ALARM_ID)) in IncrCounter()
4109 if ( this_alarm->armed == TX_FALSE) in IncrCounter()
4115 this_alarm->counter_rollback = TX_TRUE; in IncrCounter()
4136 this_alarm = (OSEK_ALARM *)alarmid; in IncrCounter()
4139 if((this_alarm == TX_NULL) || (this_alarm->osek_alarm_id != OSEK_ALARM_ID)) in IncrCounter()
4145 …if (this_alarm->armed == TX_FALSE) /* This alarm is not armed, go to check nex… in IncrCounter()
4151 if (this_alarm->rel_abs_mode == RELATIVE_ALARM) in IncrCounter()
4154 if (cntr_ptr->counter_value < this_alarm->expiration_count) in IncrCounter()
[all …]