Home
last modified time | relevance | path

Searched refs:memprot_ll_set_rtcfast_split_line (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dmemprot_ll.h346 static inline memprot_hal_err_t memprot_ll_set_rtcfast_split_line(const void *line_addr, memprot_ha… in memprot_ll_set_rtcfast_split_line() function
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_memprot.c65 …return esp_mprot_ll_err_to_esp_err(memprot_ll_set_rtcfast_split_line(line_addr, MEMP_HAL_WORLD_0)); in esp_mprot_set_split_addr()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmemprot_ll.h732 static inline memprot_hal_err_t memprot_ll_set_rtcfast_split_line(const int core, const void *line_… in memprot_ll_set_rtcfast_split_line() function
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c127 …ESP_MEMPROT_ERR_CHECK(err, esp_mprot_ll_err_to_esp_err(memprot_ll_set_rtcfast_split_line(core, lin… in esp_mprot_set_split_addr()