Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c49 #define MIN_NUM_BLOCKS 10 /* times 256 = 2560 bytes */ macro
678 } else if (mTotalBlocks < MIN_NUM_BLOCKS) { in initSensors()
679 mTotalBlocks = MIN_NUM_BLOCKS; in initSensors()