Home
last modified time | relevance | path

Searched defs:wakeup (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
DapInt.c41 void apIntSet(bool wakeup) in apIntSet()
53 void apIntClear(bool wakeup) in apIntClear()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c680 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup) in fillBuffer()
744 uint32_t wakeup = atomicRead32bits(&mTxWakeCnt[0]); in updateInterrupts() local
760 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup) in nanohubPrefetchTx()
845 uint32_t length, wakeup, nonwakeup; in readEvent() local
DhostIntf.c557 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup) in hostIntfPacketDequeue()