esp-idf/components/esp_driver_sdmmc/include/driver
Adam Múdry 014dddad1f feat(sdmmc): Concurrent use of SDMMC peripheral
Host and device (card, etc.) initialization is not thread-safe.
After initialization transactions are serialized and guarded by mutex.
Changed `SDMMC_HOST_DEFAULT()` default deinit function to `sdmmc_host_deinit_slot`
which has a slot number as argument.
2024-08-06 10:34:13 +02:00
..
sdmmc_default_configs.h feat(sdmmc): Concurrent use of SDMMC peripheral 2024-08-06 10:34:13 +02:00
sdmmc_defs.h refactor(sdmmc): dependency inversion to sdmmc component 2023-11-16 15:37:32 +08:00
sdmmc_host.h feat(sdmmc): Concurrent use of SDMMC peripheral 2024-08-06 10:34:13 +02:00
sdmmc_types.h refactor(sdmmc): dependency inversion to sdmmc component 2023-11-16 15:37:32 +08:00