Home
last modified time | relevance | path

Searched defs:sdhc_host_props (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h225 struct sdhc_host_props { struct
226 unsigned int f_max; /*!< Max bus frequency */
227 unsigned int f_min; /*!< Min bus frequency */
228 unsigned int power_delay; /*!< Delay to allow SD to power up or down (in ms) */
229 struct sdhc_host_caps host_caps; /*!< Host capability bitfield */
230 uint32_t max_current_330; /*!< Max current (in mA) at 3.3V */
231 uint32_t max_current_300; /*!< Max current (in mA) at 3.0V */
232 uint32_t max_current_180; /*!< Max current (in mA) at 1.8V */
233 bool is_spi; /*!< Is the host using SPI mode */