Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/spi/
Dspi_context.h28 struct spi_context { struct
29 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 …]