Arduino AudioKit HAL
Public Attributes | List of all members
periph_sdcard_cfg_t Struct Reference

The SD Card Peripheral configuration. More...

#include <periph_sdcard.h>

Public Attributes

int card_detect_pin
 
const char * root
 
periph_sdcard_mode_t mode
 

Detailed Description

The SD Card Peripheral configuration.

Definition at line 48 of file periph_sdcard.h.

Member Data Documentation

◆ card_detect_pin

int periph_sdcard_cfg_t::card_detect_pin

Card detect gpio number

Definition at line 49 of file periph_sdcard.h.

◆ mode

periph_sdcard_mode_t periph_sdcard_cfg_t::mode

card mode

Definition at line 51 of file periph_sdcard.h.

◆ root

const char* periph_sdcard_cfg_t::root

Base path for vfs

Definition at line 50 of file periph_sdcard.h.


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