Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32s2/
Dmemprot.h58 MEMPROT_ALL = 0xFFFFFFFF enumerator
/hal_espressif-3.4.0/tools/test_apps/system/memprot/main/esp32s2/
Dtest_memprot_main.c222 uint32_t required_mem_prot = mem_type_mask == NULL ? (uint32_t)MEMPROT_ALL : *mem_type_mask; in test_memprot_set_prot()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Dmemprot.c785 uint32_t required_mem_prot = mem_type_mask == NULL ? (uint32_t)MEMPROT_ALL : *mem_type_mask; in esp_memprot_set_prot()