mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 17:58:46 +00:00
Merge branch 'feat/h4_psram' into 'master'
psram: h4 support Closes IDF-12351 and IDF-12350 See merge request espressif/esp-idf!40484
This commit is contained in:
@@ -152,7 +152,7 @@ static inline void sdmmc_ll_reset_register(int group_id)
|
||||
* @brief Select SDMMC clock source
|
||||
*
|
||||
* @param hw hardware instance address
|
||||
* @param clk_src clock source, see valid sources in type `soc_periph_psram_clk_src_t`
|
||||
* @param clk_src clock source, see valid sources in type `soc_periph_sdmmc_clk_src_t`
|
||||
*/
|
||||
static inline void sdmmc_ll_select_clk_source(sdmmc_dev_t *hw, soc_periph_sdmmc_clk_src_t clk_src)
|
||||
{
|
||||
|
Reference in New Issue
Block a user