Searched refs:mspi_xfer (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | mspi.h | 387 struct mspi_xfer { struct 485 const struct mspi_xfer *req); 646 const struct mspi_xfer *req); 650 const struct mspi_xfer *req) in z_impl_mspi_transceive()
|
/Zephyr-latest/samples/drivers/mspi/mspi_async/src/ |
D | main.c | 113 struct mspi_xfer xfer1 = { 124 struct mspi_xfer xfer2 = {
|
/Zephyr-latest/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-latest/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() 339 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in flash_mspi_atxp032_page_program() 421 ret = mspi_transceive(cfg->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->trans); in flash_mspi_atxp032_read() 734 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; 239 (const struct mspi_xfer *)&data->xfer); in flash_mspi_emul_write() 298 ret = mspi_transceive(data->bus, &cfg->dev_id, (const struct mspi_xfer *)&data->xfer); in flash_mspi_emul_read()
|
/Zephyr-latest/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-latest/doc/hardware/peripherals/ |
D | mspi.rst | 93 The transceive request is of type :c:struct:`mspi_xfer` which allows dynamic change to
|