SDHC peripheral configuration. More...
SDHC peripheral configuration.
Definition at line 1036 of file periph_cpu_common.h.
#include <periph_cpu_common.h>
| Data Fields | |
| void * | sdhc | 
| SDHC peripheral. | |
| gpio_t | cd | 
| Card Detect pin (must be GPIO_UNDEF if not connected) | |
| gpio_t | wp | 
| Write Protect pin (must be GPIO_UNDEF if not connected) | |
| gpio_t sdhc_conf_t::cd | 
Card Detect pin (must be GPIO_UNDEF if not connected)
Definition at line 1038 of file periph_cpu_common.h.
| void* sdhc_conf_t::sdhc | 
SDHC peripheral.
Definition at line 1037 of file periph_cpu_common.h.
| gpio_t sdhc_conf_t::wp | 
Write Protect pin (must be GPIO_UNDEF if not connected)
Definition at line 1039 of file periph_cpu_common.h.