Home
last modified time | relevance | path

Searched refs:memprot_ll_iram0_get_monitor_lock (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_memprot.c357 *locked = memprot_ll_iram0_get_monitor_lock(); in esp_mprot_get_monitor_lock()
849 bool monitor_lock_i = memprot_ll_iram0_get_monitor_lock(); in esp_mprot_dump_configuration()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dmemprot_ll.h244 static inline bool memprot_ll_iram0_get_monitor_lock(void) in memprot_ll_iram0_get_monitor_lock() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dmemprot_ll.h239 static inline bool memprot_ll_iram0_get_monitor_lock(void) in memprot_ll_iram0_get_monitor_lock() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmemprot_ll.h405 static inline memprot_hal_err_t memprot_ll_iram0_get_monitor_lock(const int core, bool* locked) in memprot_ll_iram0_get_monitor_lock() function
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c451 …ESP_MEMPROT_ERR_CHECK(err, esp_mprot_ll_err_to_esp_err(memprot_ll_iram0_get_monitor_lock(core, loc… in esp_mprot_get_monitor_lock()