Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/sdhc/src/
Dmain.c65 props.max_current_180 = 0xFF; in ZTEST()
74 zassert_not_equal(props.max_current_180, 0xFF, "props structure not initialized"); in ZTEST()
/Zephyr-latest/subsys/sd/
Dsdmmc.c427 } else if (card->host_props.max_current_180 >= 800 && in sdmmc_set_current_limit()
430 } else if (card->host_props.max_current_180 >= 600 && in sdmmc_set_current_limit()
433 } else if (card->host_props.max_current_180 >= 400 && in sdmmc_set_current_limit()
436 } else if (card->host_props.max_current_180 >= 200 && in sdmmc_set_current_limit()
/Zephyr-latest/drivers/sdhc/
Dimx_usdhc.c68 uint32_t max_current_180; member
236 props->max_current_180 = cfg->max_current_180; in imx_usdhc_init_host_props()
1107 .max_current_180 = DT_INST_PROP(n, max_current_180), \
Dsdhc_renesas_ra.c705 .max_current_180 = DT_INST_PROP(index, max_current_180), \
Dsdhc_esp32.c1433 .max_current_180 = DT_INST_PROP(n, max_current_180), \
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h232 uint32_t max_current_180; /*!< Max current (in mA) at 1.8V */ member