Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c138 static uint8_t mRestartRx; variable
345 atomicWriteByte(&mRestartRx, true); in hostIntfRxPacket()
430 atomicWriteByte(&mRestartRx, false); in hostIntfTxComplete()
452 if (atomicReadByte(&mRestartRx)) in hostIntfTxAckDone()
457 } else if (atomicReadByte(&mRestartRx)) { in hostIntfTxAckDone()
483 if (atomicReadByte(&mRestartRx)) in hostIntfTxPayloadDone()