Home
last modified time | relevance | path

Searched refs:hp_retention (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c359 static const pmu_hp_system_retention_param_t hp_retention[] = { in pmu_hp_system_retention_param_default() local
364 assert(mode < ARRAY_SIZE(hp_retention)); in pmu_hp_system_retention_param_default()
365 return &hp_retention[mode]; in pmu_hp_system_retention_param_default()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c358 static const pmu_hp_system_retention_param_t hp_retention[] = { in pmu_hp_system_retention_param_default() local
363 assert(mode < ARRAY_SIZE(hp_retention)); in pmu_hp_system_retention_param_default()
364 return &hp_retention[mode]; in pmu_hp_system_retention_param_default()