Searched refs:mspi_xfer (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | mspi.h | 384 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/ |
D | main.c | 113 struct mspi_xfer xfer1 = { 124 struct mspi_xfer xfer2 = {
|
/Zephyr-Core-3.7.0/drivers/mspi/ |
D | mspi_emul.c | 32 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()
|
D | mspi_ambiq_ap3.c | 35 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/ |
D | flash_mspi_atxp032.c | 70 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()
|
D | flash_mspi_emul_device.c | 46 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/ |
D | memc_mspi_aps6404l.c | 62 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/ |
D | mspi.rst | 93 The transceive request is of type :c:struct:`mspi_xfer` which allows dynamic change to
|