Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DhostIntf.h71 void hostIntfCopyInterrupts(void *dst, uint32_t numBits);
/device/google/contexthub/firmware/src/
DhostIntf.c376 hostIntfCopyInterrupts(txPayload, HOSTINTF_MAX_INTERRUPTS); in hostIntfTxSendAck()
1290 void hostIntfCopyInterrupts(void *dst, uint32_t numBits) in hostIntfCopyInterrupts() function
DnanohubCommand.c625 hostIntfCopyInterrupts(resp->interrupts, HOSTINTF_MAX_INTERRUPTS); in getInterrupt()