HomeSort by relevance Sort by last modified time
    Searched defs:flashSz (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/contexthubhal/
system_comms.h 121 uint32_t flashSz, blSz, osSz, sharedSz, eeSz;
  /device/google/contexthub/firmware/os/core/
seos.c 671 uint32_t flashSz = size > sizeof(buf) ? sizeof(buf) : size;
675 bool res = osWriteShared(p, buf, flashSz);
677 size -= flashSz;
678 p += flashSz;
    [all...]

Completed in 294 milliseconds