Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DhostIntf.h75 bool hostIntfGetInterrupt(uint32_t bit);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c746 bool wakeupStatus = hostIntfGetInterrupt(NANOHUB_INT_WAKEUP); in updateInterrupts()
747 bool nonwakeupStatus = hostIntfGetInterrupt(NANOHUB_INT_NONWAKEUP); in updateInterrupts()
770 …f (interrupt == HOSTINTF_MAX_INTERRUPTS && !hostIntfGetInterrupt(NANOHUB_INT_WAKEUP) && !hostIntfG… in nanohubPrefetchTx()
DhostIntf.c1554 bool hostIntfGetInterrupt(uint32_t bit) in hostIntfGetInterrupt() function