Home
last modified time | relevance | path

Searched full:mspi_device_config_none (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/dts/bindings/mspi/
Dmspi-controller.yaml54 or disallow calling mspi_dev_config with MSPI_DEVICE_CONFIG_NONE.
/Zephyr-latest/samples/drivers/mspi/mspi_async/src/
Dmain.c149 ret = mspi_dev_config(controller, &dev_id, MSPI_DEVICE_CONFIG_NONE, NULL); in main()
/Zephyr-latest/drivers/memc/
Dmemc_mspi_aps6404l.c153 MSPI_DEVICE_CONFIG_NONE, NULL)) { in acquire()
/Zephyr-latest/drivers/flash/
Dflash_mspi_emul_device.c71 MSPI_DEVICE_CONFIG_NONE, NULL)) { in acquire()
Dflash_mspi_atxp032.c188 MSPI_DEVICE_CONFIG_NONE, NULL)) { in acquire()
/Zephyr-latest/include/zephyr/drivers/
Dmspi.h162 MSPI_DEVICE_CONFIG_NONE = 0, enumerator
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c531 if (param_mask == MSPI_DEVICE_CONFIG_NONE && in mspi_emul_dev_config()
Dmspi_ambiq_ap3.c547 if (param_mask == MSPI_DEVICE_CONFIG_NONE && in mspi_ambiq_dev_config()