Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
DapInt.c41 void apIntSet(bool wakeup) in apIntSet()
53 void apIntClear(bool wakeup) in apIntClear()
/device/google/contexthub/firmware/src/
DnanohubCommand.c687 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup) in fillBuffer()
747 uint32_t wakeup = atomicRead32bits(&mTxWakeCnt[0]); in updateInterrupts() local
763 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup) in nanohubPrefetchTx()
848 uint32_t length, wakeup, nonwakeup; in readEvent() local
DhostIntf.c507 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup) in hostIntfPacketDequeue()