Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_chip_info.h39 #define CHIP_FEATURE_EMB_PSRAM BIT(7) //!< Chip has embedded psram macro
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dchip_info.c40 out_info->features |= CHIP_FEATURE_EMB_PSRAM; in esp_chip_info()