/* * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#pragmaonce#ifdef__cplusplusextern"C"{#endif/** * @brief Disable flash cache and run user stub function and then enable flash cache again * * @note You should make sure the passed-in function is in internal RAM. * * @param post_cache_disable User function to be invoked after cache is disabled. * @param user_ctx User context to be passed to user function. *//* ... */voidunity_utils_run_cache_disable_stub(void(*post_cache_disable)(void*),void*user_ctx);#ifdef__cplusplus}{...}#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.