/* trusted */ true, /* NOT CONFIGURABLE IN TOOLS */ /* core */ 0, /* Default value, multicore not enabled.*/ /* StartupHook */ NULL, /* ShutdownHook */ NULL, /* ErrorHook */ NULL, /* rstrtTaskId */ 0 /* NOT CONFIGURABLE IN TOOLS */ ), }; // ################################# COUNTERS ############################### GEN_COUNTER_HEAD = { GEN_COUNTER( COUNTER_ID_Counter1, "Counter1", COUNTER_TYPE_HARD, COUNTER_UNIT_NANO, 0xffff, 1, 1, 0, APPLICATION_ID_OsApplication1, /* Application owner */ 1 /* Accessing application mask */ ), }; CounterType Os_Arc_OsTickCounter = COUNTER_ID_Counter1; // ################################## ALARMS ################################ // ################################ RESOURCES ############################### // ############################## STACKS (TASKS) ############################
}; // ################################# COUNTERS ############################### GEN_COUNTER_HEAD = { GEN_COUNTER( /* id */ COUNTER_ID_OsCounter, /* name */ "OsCounter", /* counterType */ COUNTER_TYPE_HARD, /* counterUnit */ COUNTER_UNIT_NANO, /* maxAllowed */ 0xffff, /* */ 1, /* minCycle */ 1, /* */ 0, /* owningApp */ APPLICATION_ID_OsApplication, /* accAppMask..*/ (1 << APPLICATION_ID_OsApplication) | (1 << APPLICATION_ID_OsApplication) ) }; CounterType Os_Arc_OsTickCounter = COUNTER_ID_OsCounter;