Home
last modified time | relevance | path

Searched defs:pmu_dev_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h653 typedef struct pmu_dev_t{ struct
654 volatile pmu_hp_hw_regmap_t hp_sys[3];
655 volatile pmu_lp_hw_regmap_t lp_sys[2];
656 volatile pmu_imm_hw_regmap_t imm;
657 volatile pmu_power_hw_regmap_t power;
658 volatile pmu_wakeup_hw_regmap_t wakeup;
659 volatile pmu_hp_ext_hw_regmap_t hp_ext;
660 volatile pmu_lp_ext_hw_regmap_t lp_ext;
662 union {
669 } hp_lp_cpu_comm;
[all …]
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h669 typedef struct pmu_dev_t{ struct
670 volatile pmu_hp_hw_regmap_t hp_sys[3];
671 volatile pmu_lp_hw_regmap_t lp_sys[2];
672 volatile pmu_imm_hw_regmap_t imm;
673 volatile pmu_power_hw_regmap_t power;
674 volatile pmu_wakeup_hw_regmap_t wakeup;
675 volatile pmu_hp_ext_hw_regmap_t hp_ext;
676 volatile pmu_lp_ext_hw_regmap_t lp_ext;
678 union {
685 } hp_lp_cpu_comm;
[all …]