Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c50 #define MIN_NUM_BLOCKS 10 /* times 256 = 2560 bytes */ macro
736 } else if (totalBlocks < MIN_NUM_BLOCKS) { in initSensors()
737 totalBlocks = MIN_NUM_BLOCKS; in initSensors()