Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c70 } cpu_domain_dev_sleep_frame_t; typedef
82 cpu_domain_dev_sleep_frame_t *intpri_frame;
83 cpu_domain_dev_sleep_frame_t *cache_config_frame;
84 cpu_domain_dev_sleep_frame_t *plic_frame;
85 cpu_domain_dev_sleep_frame_t *clint_frame;
301 …uint32_t *frame = heap_caps_malloc(sizeof(cpu_domain_dev_sleep_frame_t) + region_sz + regs_frame_s… in cpu_domain_dev_sleep_frame_alloc_and_init()
303 …_region_t *region = (cpu_domain_dev_regs_region_t *)(frame + sizeof(cpu_domain_dev_sleep_frame_t)); in cpu_domain_dev_sleep_frame_alloc_and_init()
305 void *regs_frame = frame + sizeof(cpu_domain_dev_sleep_frame_t) + region_sz; in cpu_domain_dev_sleep_frame_alloc_and_init()
307 *(cpu_domain_dev_sleep_frame_t *)frame = (cpu_domain_dev_sleep_frame_t) { in cpu_domain_dev_sleep_frame_alloc_and_init()
381 s_cpu_retention.retent.intpri_frame = (cpu_domain_dev_sleep_frame_t *)frame; in esp_sleep_cpu_retention_init_impl()
[all …]