Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c95 const uint32_t spi_max_freq; member
699 if (ios->clock > cfg->spi_max_freq) { in sdhc_spi_set_io()
779 props->f_max = cfg->spi_max_freq; in sdhc_spi_get_host_props()
834 .spi_max_freq = DT_INST_PROP(n, spi_max_frequency), \