Searched refs:fnc (Results 1 – 2 of 2) sorted by relevance
28 #define ESP_MEMPROT_ERR_CHECK(retval, fnc) if ((retval=fnc) != ESP_OK) { return retval; } argument
505 fnc_ptr fnc = (fnc_ptr)fnc_ptr_low; in test_mprot_exec() local508 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()