Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DappSec.c51 #define STATE_MAX 8 // total number of states macro
110 const static uint16_t chunkSize[STATE_MAX] = { in appSecSetCurState()
117 if (curState >= STATE_MAX) in appSecSetCurState()