|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
SD host controller properties. More...
#include <sdhc.h>
Data Fields | |
| unsigned int | f_max |
| unsigned int | f_min |
| unsigned int | power_delay |
| struct sdhc_host_caps | host_caps |
| uint32_t | max_current_330 |
| uint32_t | max_current_300 |
| uint32_t | max_current_180 |
| bool | is_spi |
SD host controller properties.
Populated by the host controller using sdhc_get_host_props api.
| unsigned int sdhc_host_props::f_max |
Max bus frequency
| unsigned int sdhc_host_props::f_min |
Min bus frequency
| struct sdhc_host_caps sdhc_host_props::host_caps |
Host capability bitfield
| bool sdhc_host_props::is_spi |
Is the host using SPI mode
| uint32_t sdhc_host_props::max_current_180 |
Max current (in mA) at 1.8V
| uint32_t sdhc_host_props::max_current_300 |
Max current (in mA) at 3.0V
| uint32_t sdhc_host_props::max_current_330 |
Max current (in mA) at 3.3V
| unsigned int sdhc_host_props::power_delay |
Delay to allow SD to power up or down (in ms)