Home
last modified time | relevance | path

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

/hal_espressif-latest/components/riscv/include/riscv/
Drvsleep-frames.h105 #define RV_SLEEP_CTX_FRMSZ (ALIGNUP(0x10, RV_SLEEP_CTX_SZ1)) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c362 void *frame = heap_caps_calloc(1, RV_SLEEP_CTX_FRMSZ, MALLOC_CAP_32BIT|MALLOC_CAP_INTERNAL); in esp_sleep_cpu_retention_init_impl()
691 …update_retention_frame_crc((uint32_t*)frame, RV_SLEEP_CTX_FRMSZ - 2 * sizeof(long), (uint32_t *)(&… in do_cpu_retention()
698 …validate_retention_frame_crc((uint32_t*)frame, RV_SLEEP_CTX_FRMSZ - 2 * sizeof(long), (uint32_t *)… in do_cpu_retention()