Searched defs:mspi_context (Results 1 – 1 of 1) sorted by relevance
32 struct mspi_context { struct33 const struct mspi_dev_id *owner;35 struct mspi_xfer xfer;37 int packets_left;38 int packets_done;40 mspi_callback_handler_t callback;41 struct mspi_callback_context *callback_ctx;42 bool asynchronous;44 struct k_sem lock;