Searched defs:spi_context (Results 1 – 1 of 1) sorted by relevance
28 struct spi_context { struct29 const struct spi_config *config;30 const struct spi_config *owner;31 const struct gpio_dt_spec *cs_gpios;32 size_t num_cs_gpios;34 struct k_sem lock;35 struct k_sem sync;36 int sync_status;39 spi_callback_t callback;40 void *callback_data;[all …]