Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c81 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/os/inc/
Dspi.h42 uint8_t bitsPerWord; member
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c33 .bitsPerWord = 8,
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c199 mTask.mode.bitsPerWord = 8; in spi_init()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c3009 T_SLAVE_INTERFACE(mode).bitsPerWord = 8;
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3664 T(mode).bitsPerWord = 8;