Searched defs:spi_device_t (Results 1 – 1 of 1) sorted by relevance
130 typedef struct spi_device_t spi_device_t; typedef159 struct spi_device_t { struct160 int id;161 int real_clk_freq_hz;162 QueueHandle_t trans_queue;163 QueueHandle_t ret_queue;164 spi_device_interface_config_t cfg;165 spi_hal_dev_config_t hal_dev;166 spi_host_t *host;167 spi_bus_lock_dev_handle_t dev_lock;