Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DhostIntf.h75 void hostIntfClearInterrupt(uint32_t bit);
/device/google/contexthub/firmware/src/
DnanohubCommand.c621 hostIntfClearInterrupt(i); in getInterrupt()
753 hostIntfClearInterrupt(NANOHUB_INT_WAKEUP); in updateInterrupts()
758 hostIntfClearInterrupt(NANOHUB_INT_NONWAKEUP); in updateInterrupts()
876 hostIntfClearInterrupt(NANOHUB_INT_WAKEUP); in readEvent()
877 hostIntfClearInterrupt(NANOHUB_INT_NONWAKEUP); in readEvent()
DhostIntf.c340 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
348 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfRxPacket()
428 hostIntfClearInterrupt(NANOHUB_INT_WAKE_COMPLETE); in hostIntfTxComplete()
1304 hostIntfClearInterrupt(i); in hostIntfClearInterrupts()
1331 void hostIntfClearInterrupt(uint32_t bit) in hostIntfClearInterrupt() function