Searched refs:DT_OSPI_PROP_OR (Results 1 – 1 of 1) sorted by relevance
39 #define DT_OSPI_PROP_OR(prop, default_value) \ macro2320 ospi_mgr_cfg.ClkPort = DT_OSPI_PROP_OR(clk_port, 1); in flash_stm32_ospi_init()2321 ospi_mgr_cfg.DQSPort = DT_OSPI_PROP_OR(dqs_port, 1); in flash_stm32_ospi_init()2322 ospi_mgr_cfg.NCSPort = DT_OSPI_PROP_OR(ncs_port, 1); in flash_stm32_ospi_init()2328 ospi_mgr_cfg.ClkPort = DT_OSPI_PROP_OR(clk_port, 2); in flash_stm32_ospi_init()2329 ospi_mgr_cfg.DQSPort = DT_OSPI_PROP_OR(dqs_port, 2); in flash_stm32_ospi_init()2330 ospi_mgr_cfg.NCSPort = DT_OSPI_PROP_OR(ncs_port, 2); in flash_stm32_ospi_init()