Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c50 #define STATE_MAX 8 // total number of states macro
109 const static uint16_t chunkSize[STATE_MAX] = { in appSecSetCurState()
116 if (curState >= STATE_MAX) in appSecSetCurState()