Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c888 SET_COUNTER(stat.app, appCount); in osExtAppStopEraseApps()
889 SET_COUNTER(stat.task, taskCount); in osExtAppStopEraseApps()
890 SET_COUNTER(stat.op, stopCount); in osExtAppStopEraseApps()
891 SET_COUNTER(stat.erase, eraseCount); in osExtAppStopEraseApps()
972 SET_COUNTER(stat.app, appCount); in osExtAppStartApps()
973 SET_COUNTER(stat.task, taskCount); in osExtAppStartApps()
974 SET_COUNTER(stat.op, startCount); in osExtAppStartApps()
975 SET_COUNTER(stat.erase, eraseCount); in osExtAppStartApps()
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h285 #define SET_COUNTER(counter, val) (counter = (val & 0x7F) | (val > 0x7F ? 0x80 : 0)) macro