feat(esp_hw_support): support modem clock for esp32c5mp

This commit is contained in:
Lou Tianhao
2024-06-17 19:49:58 +08:00
parent 0479494e7a
commit 8c52c983b4
15 changed files with 1140 additions and 1561 deletions

View File

@@ -19,12 +19,10 @@
extern "C" {
#endif
#if !CONFIG_IDF_TARGET_ESP32C5
typedef struct {
modem_syscon_dev_t *syscon_dev;
modem_lpcon_dev_t *lpcon_dev;
} modem_clock_hal_context_t;
#endif
#if !CONFIG_IDF_TARGET_ESP32H2 //TODO: PM-92
void modem_clock_hal_set_clock_domain_icg_bitmap(modem_clock_hal_context_t *hal, modem_clock_domain_t domain, uint32_t bitmap);