Searched refs:bitsPerWord (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | spi.c | 81 uint8_t bitsPerWord; member 140 const struct StmSpiDmaCfg *dmaCfg, const void *buf, uint8_t bitsPerWord, in stmSpiStartDma() argument 148 if (bitsPerWord == 8) { in stmSpiStartDma() 172 if (mode->bitsPerWord != 8 && in stmSpiEnable() 173 mode->bitsPerWord != 16) in stmSpiEnable() 192 state->bitsPerWord = mode->bitsPerWord; in stmSpiEnable() 211 if (mode->bitsPerWord == 8) in stmSpiEnable() 359 stmSpiStartDma(pdev, &pdev->board->dmaRx, rxBuf, mode->bitsPerWord, in stmSpiRxTx() 370 stmSpiStartDma(pdev, &pdev->board->dmaTx, txBuf, mode->bitsPerWord, txMinc, in stmSpiRxTx()
|
/device/google/contexthub/firmware/inc/ |
D | spi.h | 42 uint8_t bitsPerWord; member
|
/device/google/contexthub/firmware/src/ |
D | hostIntfSpi.c | 33 .bitsPerWord = 8,
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3026 T(mode).bitsPerWord = 8; in startTask()
|