Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/esp32/
Desp_himem.c167 static bool allocate_blocks(int count, uint16_t *blocks_out) in allocate_blocks() argument
172 blocks_out[n] = i; in allocate_blocks()
179 s_ram_descriptor[blocks_out[i]].is_alloced = true; in allocate_blocks()
180 assert(s_ram_descriptor[blocks_out[i]].is_mapped == false); in allocate_blocks()