We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179045e commit 3aeb76aCopy full SHA for 3aeb76a
include/zephyr/drivers/sdhc.h
@@ -161,7 +161,7 @@ enum sd_voltage {
161
* driver, using the @ref sdhc_get_host_props api.
162
*/
163
struct sdhc_host_caps {
164
- unsigned int timeout_clk_freq: 5; /**< Timeout clock frequency */
+ unsigned int timeout_clk_freq: 6; /**< 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 */
0 commit comments