change(esp_hw_support): change modem clock implementation

This commit is contained in:
Lou Tianhao
2024-09-24 11:04:12 +08:00
committed by BOT
parent 220d4c6d37
commit aa7b7f225a
6 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ typedef enum {
MODEM_CLOCK_EXT32K_CODE = 2
} modem_clock_32k_clk_src_code_t;
void IRAM_ATTR modem_clock_hal_enable_modem_adc_common_fe_clock(modem_clock_hal_context_t *hal, bool enable)
void IRAM_ATTR modem_clock_hal_enable_modem_common_fe_clock(modem_clock_hal_context_t *hal, bool enable)
{
modem_syscon_ll_enable_fe_apb_clock(hal->syscon_dev, enable);
modem_syscon_ll_enable_fe_32m_clock(hal->syscon_dev, enable);