Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c153 static uint8_t mRestartRx; variable
378 atomicWriteByte(&mRestartRx, true); in hostIntfRxPacket()
464 atomicWriteByte(&mRestartRx, false); in hostIntfTxComplete()
486 if (atomicReadByte(&mRestartRx)) in hostIntfTxAckDone()
491 } else if (atomicReadByte(&mRestartRx)) { in hostIntfTxAckDone()
522 if (atomicReadByte(&mRestartRx)) in hostIntfTxPayloadDone()