You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sdmmc_current_limit_tcurrent_limit; /*!< Current Limit */
@@ -240,6 +223,7 @@ typedef struct {
240
223
esp_err_t (*get_real_freq)(intslot, int*real_freq); /*!< Host function to provide real working freq, based on SDMMC controller setup */
241
224
sdmmc_delay_phase_tinput_delay_phase; /*!< input delay phase, this will only take into effect when the host works in SDMMC_FREQ_HIGHSPEED or SDMMC_FREQ_52M. Driver will print out how long the delay is*/
242
225
esp_err_t (*set_input_delay)(intslot, sdmmc_delay_phase_tdelay_phase); /*!< set input delay phase */
226
+
esp_err_t (*set_input_delayline)(intslot, sdmmc_delay_line_tdelay_line); /*!< set input delay line */
243
227
void*dma_aligned_buffer; /*!< Leave it NULL. Reserved for cache aligned buffers for SDIO mode */
244
228
sd_pwr_ctrl_handle_tpwr_ctrl_handle; /*!< Power control handle */
245
229
esp_err_t (*get_dma_info)(intslot, esp_dma_mem_info_t*dma_mem_info); /*!< host function to dma memory information*/
0 commit comments