Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_memprot_err.h21 #define ESP_ERR_MEMPROT_SPLIT_ADDR_UNALIGNED (ESP_ERR_MEMPROT_BASE + 4) /**< Splitting address… macro
/hal_espressif-3.6.0/components/esp_hw_support/port/
Desp_memprot_conv.c16 case MEMP_LL_ERR_SPLIT_ADDR_UNALIGNED: return ESP_ERR_MEMPROT_SPLIT_ADDR_UNALIGNED; in esp_mprot_ll_err_to_esp_err()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c780 # ifdef ESP_ERR_MEMPROT_SPLIT_ADDR_UNALIGNED
781 ERR_TBL_IT(ESP_ERR_MEMPROT_SPLIT_ADDR_UNALIGNED), /* 53252 0xd004 */