/* * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#pragmaonce#include<stddef.h>#include<stdbool.h>#include"esp_err.h"#ifdef__cplusplusextern"C"{#endif/** * @brief get psram CS IO * * This interface should be called after PSRAM is enabled, otherwise it will * return an invalid value -1/0xff. * * @return psram CS IO or -1/0xff if psram not enabled *//* ... */uint8_tesp_psram_io_get_cs_io(void);#ifdef__cplusplus}{...}#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.