Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c154 static uint8_t mRestartRx; variable
379 atomicWriteByte(&mRestartRx, true); in hostIntfRxPacket()
465 atomicWriteByte(&mRestartRx, false); in hostIntfTxComplete()
487 if (atomicReadByte(&mRestartRx)) in hostIntfTxAckDone()
492 } else if (atomicReadByte(&mRestartRx)) { in hostIntfTxAckDone()
523 if (atomicReadByte(&mRestartRx)) in hostIntfTxPayloadDone()