Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DhostIntf.h76 void hostIntfClearInterrupt(uint32_t bit);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c636 hostIntfClearInterrupt(i); in getInterrupt()
750 hostIntfClearInterrupt(NANOHUB_INT_WAKEUP); in updateInterrupts()
755 hostIntfClearInterrupt(NANOHUB_INT_NONWAKEUP); in updateInterrupts()
874 hostIntfClearInterrupt(NANOHUB_INT_WAKEUP); in readEvent()
875 hostIntfClearInterrupt(NANOHUB_INT_NONWAKEUP); in readEvent()
DhostIntf.c373 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
381 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
462 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfTxComplete()
1532 hostIntfClearInterrupt(i); in hostIntfClearInterrupts()
1559 void hostIntfClearInterrupt(uint32_t bit) in hostIntfClearInterrupt() function