SDHC peripheral configuration. More...
SDHC peripheral configuration.
Definition at line 1023 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 1025 of file periph_cpu_common.h.
void* sdhc_conf_t::sdhc |
SDHC peripheral.
Definition at line 1024 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 1026 of file periph_cpu_common.h.