Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dspi.h31 struct SpiMode { struct
32 enum {
35 } cpol;
37 enum {
40 } cpha;
42 uint8_t bitsPerWord;
43 enum {
46 } format;
48 uint16_t txWord;
50 SpiSpeed speed;
[all …]