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

  /device/google/contexthub/firmware/src/
eventQ.c 86 uint64_t intSta;
93 intSta = cpuIntsOff();
112 cpuIntsRestore (intSta);
122 intSta = cpuIntsOff();
142 cpuIntsRestore(intSta);
150 uint64_t intSta;
153 intSta = cpuIntsOff();
170 cpuIntsRestore(intSta);
173 cpuIntsRestore(intSta);
timer.c 108 uint64_t intSta = cpuIntsOff();
151 cpuIntsRestore(intSta);

Completed in 322 milliseconds