Searched refs:icg_apb (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | pmu_param.c | 104 .icg_apb = 0xffffffff, \ 119 .icg_apb = BIT(PMU_ICG_APB_ENA_SARADC), \ 134 .icg_apb = 0, \
|
D | pmu_init.c | 61 pmu_ll_hp_set_icg_apb (ctx->hal->dev, mode, clock->icg_apb); in pmu_hp_system_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | pmu_param.c | 105 .icg_apb = 0xffffffff, \ 120 .icg_apb = 0, \ 135 .icg_apb = 0, \
|
D | pmu_init.c | 62 pmu_ll_hp_set_icg_apb (ctx->hal->dev, mode, clock->icg_apb); in pmu_hp_system_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/ |
D | pmu_param.h | 65 uint32_t icg_apb; member
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/ |
D | pmu_param.h | 72 uint32_t icg_apb; member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | pmu_struct.h | 181 uint32_t icg_apb; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | pmu_struct.h | 180 uint32_t icg_apb; member
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | pmu_ll.h | 45 hw->hp_sys[mode].icg_apb = bitmap; in pmu_ll_hp_set_icg_apb()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | pmu_ll.h | 45 hw->hp_sys[mode].icg_apb = bitmap; in pmu_ll_hp_set_icg_apb()
|