Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c88 bool txDone; member
302 if (state->txDone) { in stmSpiRxDone()
315 state->txDone = true; in stmSpiTxDone()
339 state->txDone = false; in stmSpiRxTx()