Home
last modified time | relevance | path

Searched refs:fnc (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_memprot.h28 #define ESP_MEMPROT_ERR_CHECK(retval, fnc) if ((retval=fnc) != ESP_OK) { return retval; } argument
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/
Dtest_memprot_main.c505 fnc_ptr fnc = (fnc_ptr)fnc_ptr_low; in test_mprot_exec() local
508 res = fnc(5); in test_mprot_exec()
531 fnc = (fnc_ptr)fnc_ptr_high; in test_mprot_exec()
534 res = fnc(6); in test_mprot_exec()