Home
last modified time | relevance | path

Searched refs:mspi_context (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/mspi/
Dmspi_ambiq_ap3.c32 struct mspi_context { struct
73 struct mspi_context ctx;
186 static inline void mspi_context_ce_control(struct mspi_context *ctx, bool on) in mspi_context_ce_control()
202 static inline void mspi_context_release(struct mspi_context *ctx) in mspi_context_release()
208 static inline void mspi_context_unlock_unconditionally(struct mspi_context *ctx) in mspi_context_unlock_unconditionally()
218 static inline int mspi_context_lock(struct mspi_context *ctx, in mspi_context_lock()
1017 struct mspi_context *ctx = &data->ctx; in mspi_pio_transceive()
1125 struct mspi_context *ctx = &data->ctx; in mspi_dma_transceive()