Searched refs:OSEK_MAX_COUNTERS (Results 1 – 2 of 2) sorted by relevance
80 static OSEK_COUNTER osek_counter_pool[OSEK_MAX_COUNTERS];4458 for (index = 0u; index < OSEK_MAX_COUNTERS; index++) in DefineSystemCounter()6362 for (index = 0u; index < OSEK_MAX_COUNTERS; index++) in osek_counter_init()7733 index < OSEK_MAX_COUNTERS; in osek_get_counter()7751 if (index >= OSEK_MAX_COUNTERS) in osek_get_counter()7815 index < OSEK_MAX_COUNTERS; in osek_system_timer_entry()
383 #define OSEK_MAX_COUNTERS (16U) macro