Searched defs:_spi (Results 1 – 1 of 1) sorted by relevance
83 struct _spi { struct85 int devfd; /**< File descriptor to SPI Device */86 uint32_t mode; /**< Spi mode see spidev.h */87 int clock; /**< clock to run transactions at */88 mraa_boolean_t lsb; /**< least significant bit mode */89 unsigned int bpw; /**< Bits per word */90 mraa_adv_func_t* advance_func; /**< override function table */