Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c85 uint16_t txWord; member
191 state->txWord = mode->txWord; in stmSpiEnable()
367 txBuf = &state->txWord; in stmSpiRxTx()
386 regs->DR = mode->txWord; in stmSpiRxTx()
507 regs->DR = pdev->state.txWord; in stmSpiTxe()
/device/google/contexthub/firmware/os/inc/
Dspi.h48 uint16_t txWord; member
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c35 .txWord = NANOHUB_PREAMBLE_BYTE,