Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DhostIntf.h72 void hostIntfCopyInterrupts(void *dst, uint32_t numBits);
/device/google/contexthub/firmware/os/core/
DhostIntf.c409 hostIntfCopyInterrupts(txPayload, HOSTINTF_MAX_INTERRUPTS); in hostIntfTxSendAck()
1518 void hostIntfCopyInterrupts(void *dst, uint32_t numBits) in hostIntfCopyInterrupts() function
DnanohubCommand.c640 hostIntfCopyInterrupts(resp->interrupts, HOSTINTF_MAX_INTERRUPTS); in getInterrupt()