mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(sdspi): add dma_aligned_buffer and pwr_ctrl_handle fields
Closes https://github.com/espressif/esp-idf/pull/14288
This commit is contained in:
parent
6568f8c553
commit
2ebd58bbc0
@ -54,6 +54,8 @@ typedef int sdspi_dev_handle_t;
|
||||
.get_real_freq = &sdspi_host_get_real_freq, \
|
||||
.input_delay_phase = SDMMC_DELAY_PHASE_0, \
|
||||
.set_input_delay = NULL, \
|
||||
.dma_aligned_buffer = NULL, \
|
||||
.pwr_ctrl_handle = NULL, \
|
||||
.get_dma_info = &sdspi_host_get_dma_info, \
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user