Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h163 struct sdhc_host_caps { struct
164 unsigned int timeout_clk_freq: 5; /**< Timeout clock frequency */
165 unsigned int _rsvd_6: 1; /**< Reserved */
166 unsigned int timeout_clk_unit: 1; /**< Timeout clock unit */
167 unsigned int sd_base_clk: 8; /**< SD base clock frequency */
168 unsigned int max_blk_len: 2; /**< Max block length */
169 unsigned int bus_8_bit_support: 1; /**< 8-bit Support for embedded device */
170 unsigned int bus_4_bit_support: 1; /**< 4 bit bus support */
171 unsigned int adma_2_support: 1; /**< ADMA2 support */
172 unsigned int _rsvd_20: 1; /**< Reserved */
[all …]