![]()
![]()
#include "soc/soc_caps.h"
![]()
![]()
#include <stdint.h>
![]()
![]()
#include <stddef.h>
![]()
![]()
#include "esp_err.h"
![]()
![]()
#include "driver/sdmmc_types.h"
![]()
![]()
#include "driver/sdmmc_default_configs.h"
![]()
![]()
#include "driver/gpio.h"
![]()
![]()
sdmmc_slot_config_t
![]()
![]()
clk
![]()
![]()
cmd
![]()
![]()
d0
![]()
![]()
d1
![]()
![]()
d2
![]()
![]()
d3
![]()
![]()
d4
![]()
![]()
d5
![]()
![]()
d6
![]()
![]()
d7
![]()
![]()
<anonymous union>
![]()
![]()
gpio_cd
![]()
![]()
cd
![]()
![]()
<anonymous union>
![]()
![]()
gpio_wp
![]()
![]()
wp
![]()
![]()
width
![]()
![]()
flags
![]()
![]()
#define SDMMC_SLOT_FLAG_INTERNAL_PULLUP
![]()
![]()
#define SDMMC_SLOT_FLAG_WP_ACTIVE_HIGH
![]()
![]()
#define SDMMC_SLOT_FLAG_UHS1
![]()
![]()
sdmmc_host_state_t
![]()
![]()
host_initialized
![]()
![]()
num_of_init_slots
![]()
![]()
sdmmc_host_init();
![]()
![]()
sdmmc_host_init_slot(int, const sdmmc_slot_config_t *);
![]()
![]()
sdmmc_host_set_bus_width(int, size_t);
![]()
![]()
sdmmc_host_get_slot_width(int);
![]()
![]()
sdmmc_host_set_card_clk(int, uint32_t);
![]()
![]()
sdmmc_host_set_bus_ddr_mode(int, bool);
![]()
![]()
sdmmc_host_set_cclk_always_on(int, bool);
![]()
![]()
sdmmc_host_do_transaction(int, sdmmc_command_t *);
![]()
![]()
sdmmc_host_io_int_enable(int);
![]()
![]()
sdmmc_host_io_int_wait(int, TickType_t);
![]()
![]()
sdmmc_host_deinit_slot(int);
![]()
![]()
sdmmc_host_deinit();
![]()
![]()
sdmmc_host_get_real_freq(int, int *);
![]()
![]()
sdmmc_host_set_input_delay(int, sdmmc_delay_phase_t);
![]()
![]()
sdmmc_host_get_dma_info(int, esp_dma_mem_info_t *);
![]()
![]()
sdmmc_host_is_slot_set_to_uhs1(int, bool *);
![]()
![]()
sdmmc_host_get_state(sdmmc_host_state_t *);