Home
last modified time | relevance | path

Searched defs:StmSpiState (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c80 struct StmSpiState { struct
81 uint8_t bitsPerWord;
82 uint8_t xferEnable;
84 uint16_t rxWord;
85 uint16_t txWord;
110 struct StmSpiState state; argument