Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dseos.c784 SET_COUNTER(stat.app, appCount); in osExtAppStopEraseApps()
785 SET_COUNTER(stat.task, taskCount); in osExtAppStopEraseApps()
786 SET_COUNTER(stat.op, stopCount); in osExtAppStopEraseApps()
787 SET_COUNTER(stat.erase, eraseCount); in osExtAppStopEraseApps()
868 SET_COUNTER(stat.app, appCount); in osExtAppStartApps()
869 SET_COUNTER(stat.task, taskCount); in osExtAppStartApps()
870 SET_COUNTER(stat.op, startCount); in osExtAppStartApps()
871 SET_COUNTER(stat.erase, eraseCount); in osExtAppStartApps()
/device/google/contexthub/firmware/inc/
DnanohubPacket.h295 #define SET_COUNTER(counter, val) (counter = (val & 0x7F) | (val > 0x7F ? 0x80 : 0)) macro