Home
last modified time | relevance | path

Searched refs:hostIntfGetInterrupt (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/inc/
DhostIntf.h74 bool hostIntfGetInterrupt(uint32_t bit);
/device/google/contexthub/firmware/src/
DnanohubCommand.c749 bool wakeupStatus = hostIntfGetInterrupt(NANOHUB_INT_WAKEUP); in updateInterrupts()
750 bool nonwakeupStatus = hostIntfGetInterrupt(NANOHUB_INT_NONWAKEUP); in updateInterrupts()
773 …f (interrupt == HOSTINTF_MAX_INTERRUPTS && !hostIntfGetInterrupt(NANOHUB_INT_WAKEUP) && !hostIntfG… in nanohubPrefetchTx()
DhostIntf.c1326 bool hostIntfGetInterrupt(uint32_t bit) in hostIntfGetInterrupt() function