#include <string.h>
#include "AudioTools/Disk/VFS.h"
#include "driver/sdmmc_host.h"
#include "esp_vfs_fat.h"
#include "sd_protocol_types.h"
#include "sdmmc_cmd.h"
Go to the source code of this file.
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |
◆ DEFAULT_ALLOCATION_SIZE
| #define DEFAULT_ALLOCATION_SIZE 16 * 1024 |
◆ DEFAULT_CLK
◆ DEFAULT_CMD
◆ DEFAULT_D0
◆ DEFAULT_D1
◆ DEFAULT_D2
◆ DEFAULT_D3
◆ DEFAULT_MAX_FILES
| #define DEFAULT_MAX_FILES 5 |
◆ SDMMC_FREQ_26M
| #define SDMMC_FREQ_26M 26000 |
◆ SDMMC_FREQ_52M
| #define SDMMC_FREQ_52M 52000 |
◆ SDMMC_FREQ_DDR50
| #define SDMMC_FREQ_DDR50 50000 |
◆ SDMMC_FREQ_DEFAULT
| #define SDMMC_FREQ_DEFAULT 20000 |
SD/MMC Default speed (limited by clock divider)
◆ SDMMC_FREQ_HIGHSPEED
| #define SDMMC_FREQ_HIGHSPEED 40000 |
SD High speed (limited by clock divider)
◆ SDMMC_FREQ_PROBING
| #define SDMMC_FREQ_PROBING 400 |
◆ SDMMC_FREQ_SDR50
| #define SDMMC_FREQ_SDR50 100000 |