Loading...
Searching...
No Matches
sdhc_conf_t Struct Reference

SDHC peripheral configuration. More...

Detailed Description

SDHC peripheral configuration.

Definition at line 1022 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)
 

Field Documentation

◆ cd

gpio_t sdhc_conf_t::cd

Card Detect pin (must be GPIO_UNDEF if not connected)

Definition at line 1024 of file periph_cpu_common.h.

◆ sdhc

void* sdhc_conf_t::sdhc

SDHC peripheral.

Definition at line 1023 of file periph_cpu_common.h.

◆ wp

gpio_t sdhc_conf_t::wp

Write Protect pin (must be GPIO_UNDEF if not connected)

Definition at line 1025 of file periph_cpu_common.h.


The documentation for this struct was generated from the following file: