Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/mspi/
Ddevicetree.h43 .ce_polarity = DT_ENUM_IDX_OR(mspi_dev, mspi_ce_polarity, \
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c257 if (dev_cfg->ce_polarity > MSPI_CE_ACTIVE_HIGH) { in mspi_dev_cfg_check_save()
261 data->dev_cfg.ce_polarity = dev_cfg->ce_polarity; in mspi_dev_cfg_check_save()
Dmspi_dw.c530 if (cfg->ce_polarity != MSPI_CE_ACTIVE_LOW) { in _api_dev_config()
/Zephyr-latest/drivers/memc/
Dmemc_mspi_aps6404l.c388 .ce_polarity = MSPI_CE_ACTIVE_LOW, \
408 .ce_polarity = MSPI_CE_ACTIVE_LOW, \
/Zephyr-latest/include/zephyr/drivers/
Dmspi.h278 enum mspi_ce_polarity ce_polarity; member
/Zephyr-latest/drivers/flash/
Dflash_mspi_atxp032.c799 .ce_polarity = MSPI_CE_ACTIVE_LOW, \