/* * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD** SPDX-License-Identifier: Apache-2.0*//* ... */#pragmaonce#include"esp_err.h"#ifdef__cplusplusextern"C"{#endif/*** @brief ESP Memprot API error code definition*//* ... */#defineESP_ERR_MEMPROT_MEMORY_TYPE_INVALID(ESP_ERR_MEMPROT_BASE+1)/**< Memory type invalid in given context */#defineESP_ERR_MEMPROT_SPLIT_ADDR_INVALID(ESP_ERR_MEMPROT_BASE+2)/**< Splitting address invalid in given context */#defineESP_ERR_MEMPROT_SPLIT_ADDR_OUT_OF_RANGE(ESP_ERR_MEMPROT_BASE+3)/**< Splitting address out of range */#defineESP_ERR_MEMPROT_SPLIT_ADDR_UNALIGNED(ESP_ERR_MEMPROT_BASE+4)/**< Splitting address not aligned to required boundaries */#defineESP_ERR_MEMPROT_UNIMGMT_BLOCK_INVALID(ESP_ERR_MEMPROT_BASE+5)/**< Required unified-management block is not valid */#defineESP_ERR_MEMPROT_WORLD_INVALID(ESP_ERR_MEMPROT_BASE+6)/**< Required World identifier is not valid */#defineESP_ERR_MEMPROT_AREA_INVALID(ESP_ERR_MEMPROT_BASE+7)/**< Required Area identifier is not valid */#defineESP_ERR_MEMPROT_CPUID_INVALID(ESP_ERR_MEMPROT_BASE+8)/**< Required CPU/Core identifier is not valid */8 defines#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.