Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c374 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
377 hostIntfSetInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
382 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
384 hostIntfSetInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
387 hostIntfSetInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
437 hostIntfSetInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfGenerateAck()
463 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfTxComplete()
468 hostIntfSetInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfTxComplete()
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h76 #define NANOHUB_INT_WAKE_COMPLETE 0 macro