Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dmspi.h384 struct mspi_xfer { struct
482 const struct mspi_xfer *req);
643 const struct mspi_xfer *req);
647 const struct mspi_xfer *req) in z_impl_mspi_transceive()
/Zephyr-Core-3.7.0/samples/drivers/mspi/mspi_async/src/
Dmain.c113 struct mspi_xfer xfer1 = {
124 struct mspi_xfer xfer2 = {
/Zephyr-Core-3.7.0/drivers/mspi/
Dmspi_emul.c32 struct mspi_xfer xfer;
134 const struct mspi_xfer *xfer, in mspi_context_lock()
185 const struct mspi_xfer *xfer) in mspi_xfer_config()
314 static inline int mspi_xfer_check(const struct mspi_xfer *xfer) in mspi_xfer_check()
737 const struct mspi_xfer *xfer) in mspi_emul_transceive()
Dmspi_ambiq_ap3.c35 struct mspi_xfer xfer;
220 const struct mspi_xfer *xfer, in mspi_context_lock()
359 const struct mspi_xfer *xfer) in mspi_xfer_config()
962 const struct mspi_xfer *xfer = &data->ctx.xfer; in mspi_pio_prepare()
1011 const struct mspi_xfer *xfer, in mspi_pio_transceive()
1119 const struct mspi_xfer *xfer, in mspi_dma_transceive()
1220 const struct mspi_xfer *xfer) in mspi_ambiq_transceive()
/Zephyr-Core-3.7.0/drivers/flash/
Dflash_mspi_atxp032.c70 struct mspi_xfer trans;
134 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in flash_mspi_atxp032_command_write()
166 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in flash_mspi_atxp032_command_read()
337 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in flash_mspi_atxp032_page_program()
419 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in flash_mspi_atxp032_read()
732 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in flash_mspi_atxp032_read_sfdp()
Dflash_mspi_emul_device.c46 struct mspi_xfer xfer;
238 (const struct mspi_xfer *)&data->xfer); in flash_mspi_emul_write()
297 ret = mspi_transceive(data->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->xfer); in flash_mspi_emul_read()
/Zephyr-Core-3.7.0/drivers/memc/
Dmemc_mspi_aps6404l.c62 struct mspi_xfer trans;
96 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in memc_mspi_aps6404l_command_write()
129 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in memc_mspi_aps6404l_command_read()
/Zephyr-Core-3.7.0/doc/hardware/peripherals/
Dmspi.rst93 The transceive request is of type :c:struct:`mspi_xfer` which allows dynamic change to