Initialize given slot of SDMMC peripheral On the ESP32, SDMMC peripheral has two slots: - Slot 0: 8-bit wide, maps to HS1_* signals in PIN MUX - Slot 1: 4-bit wide, maps to HS2_* signals in PIN MUX Card detect and write protect signals can be routed to arbitrary GPIOs using GPIO matrix.
- ESP_OK on success - ESP_ERR_INVALID_STATE if host has not been initialized using sdmmc_host_init - ESP_ERR_INVALID_ARG if GPIO pins from slot_config are not valid
Notes
This function is not thread safe
Examples
sdmmc_host_init_slot() is referenced by 3 libraries and example projects: