Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/mspi/
Ddevicetree.h34 .ce_num = DT_PROP_OR(mspi_dev, mspi_hardware_ce_num, 0), \
/Zephyr-latest/drivers/mspi/
Dmspi_ambiq_ap3.c102 uint8_t ce_num) in mspi_set_line() argument
109 if (ce_num == 0) { in mspi_set_line()
130 } else if (ce_num == 1) { in mspi_set_line()
595 dev_cfg->ce_num); in mspi_ambiq_dev_config()
610 data->dev_cfg.ce_num = dev_cfg->ce_num; in mspi_ambiq_dev_config()
694 dev_cfg->ce_num); in mspi_ambiq_dev_config()
Dmspi_emul.c213 data->dev_cfg.ce_num = dev_cfg->ce_num; in mspi_dev_cfg_check_save()
/Zephyr-latest/drivers/memc/
Dmemc_mspi_aps6404l.c382 .ce_num = DT_INST_PROP(n, mspi_hardware_ce_num), \
402 .ce_num = DT_INST_PROP(n, mspi_hardware_ce_num), \
/Zephyr-latest/include/zephyr/drivers/
Dmspi.h266 uint8_t ce_num; member
/Zephyr-latest/drivers/flash/
Dflash_mspi_atxp032.c793 .ce_num = DT_INST_PROP(n, mspi_hardware_ce_num), \