20#ifndef PROTOCORE_PSRAM_POOL_H
21#define PROTOCORE_PSRAM_POOL_H
27#if PC_ENABLE_PSRAM_POOL
30enum class pc_place : uint8_t
52pc_place pc_psram_place(
size_t size,
bool dma_required,
size_t free_dram,
size_t free_psram,
size_t psram_threshold,
62void pc_pingpong_init(PingPong *pp);
65uint8_t pc_pingpong_fill_index(
const PingPong *pp);
68uint8_t pc_pingpong_drain_index(
const PingPong *pp);
71uint8_t pc_pingpong_swap(PingPong *pp);
User-facing configuration for ProtoCore.